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

Packages that use TagData
javax.servlet.jsp.tagext   
 

Uses of TagData in javax.servlet.jsp.tagext
 

Methods in javax.servlet.jsp.tagext with parameters of type TagData
 VariableInfo[] TagInfo.getVariableInfo(TagData data)
          Information on the object created by this tag at runtime.
 boolean TagInfo.isValid(TagData data)
          Translation-time validation of the attributes.
 VariableInfo[] TagExtraInfo.getVariableInfo(TagData data)
          information on scripting variables defined by this tag
 boolean TagExtraInfo.isValid(TagData data)
          Translation-time validation of the attributes.