Uses of Class
javax.servlet.jsp.tagext.TagData

Packages that use TagData
com.caucho.jsp   
com.caucho.jsp.java   
javax.servlet.jsp.tagext   
 

Uses of TagData in com.caucho.jsp
 

Methods in com.caucho.jsp with parameters of type TagData
 VariableInfo[] TempTagInfo.getVariableInfo(TagData data)
           
 boolean TempTagInfo.isValid(TagData data)
           
 ValidationMessage[] TempTagInfo.validate(TagData data)
           
 

Uses of TagData in com.caucho.jsp.java
 

Methods in com.caucho.jsp.java with parameters of type TagData
protected  VariableInfo[] GenericTag.fillVariableInfo(TagVariableInfo[] tagVars, TagData tagData)
          Returns the VariableInfo corresponding the to tag vars and the tag data.
 

Uses of TagData in javax.servlet.jsp.tagext
 

Methods in javax.servlet.jsp.tagext with parameters of type TagData
 VariableInfo[] TagExtraInfo.getVariableInfo(TagData data)
          Returns information needed to instantiate runtime variables.
 VariableInfo[] TagInfo.getVariableInfo(TagData data)
          Information about the variables created by the tag at runtime.
 boolean TagExtraInfo.isValid(TagData data)
          Validates the tag, so errors can be caught at compile-time instead of waiting for runtime.
 boolean TagInfo.isValid(TagData data)
          Returns true if the tag instance is valid.
 ValidationMessage[] TagExtraInfo.validate(TagData data)
          Validates the tag.
 ValidationMessage[] TagInfo.validate(TagData data)
          Validate attributes.