SelectTagExtraInfo Class

DEPRECATED

com.bea.p13n.content.servlets.jsp.taglib
SelectTagExtraInfo Class

public class SelectTagExtraInfo

    extends TagExtraInfo

The tag extra info the SelectTag.

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


Hierarchy
Object
  TagExtraInfo
    SelectTagExtraInfo

Constructor Summary

SelectTagExtraInfo()

 

Method Summary

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

Constructor Detail

SelectTagExtraInfo

public SelectTagExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

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

isValid(TagData) Method

public boolean isValid(TagData data)
Overrides
TagExtraInfo.isValid(TagData)