SearchTagExtraInfo Class

com.bea.content.manager.servlets.jsp.taglib
SearchTagExtraInfo Class

public class SearchTagExtraInfo

    extends TagExtraInfo

The tag extra info the SelectTag.

This will specify a script variable named from the id attribute of type com.bea.content.Node[].


Hierarchy
Object
  TagExtraInfo
    SearchTagExtraInfo

Constructor Summary

SearchTagExtraInfo()

 

Method Summary

public VariableInfo[]
getVariableInfo(TagData data)
 
Methods from  javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

SearchTagExtraInfo

public SearchTagExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

public VariableInfo[] getVariableInfo(TagData data)
Overrides
TagExtraInfo.getVariableInfo(TagData)