SelectByIdTagExtraInfo Class

DEPRECATED

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

public class SelectByIdTagExtraInfo

    extends TagExtraInfo

The tag extra info for the SelectByIdTag.

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


Hierarchy
Object
  TagExtraInfo
    SelectByIdTagExtraInfo

Constructor Summary

SelectByIdTagExtraInfo()

 

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

SelectByIdTagExtraInfo

public SelectByIdTagExtraInfo()
 

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)