Uses of Class
javax.servlet.jsp.tagext.TagData
-
Packages that use TagData Package Description javax.servlet.jsp.tagext org.apache.jasper.compiler -
-
Uses of TagData in javax.servlet.jsp.tagext
Methods in javax.servlet.jsp.tagext with parameters of type TagData Modifier and Type Method Description VariableInfo[]
TagExtraInfo. getVariableInfo(TagData data)
information on scripting variables defined by the tag associated with this TagExtraInfo instance.VariableInfo[]
TagInfo. getVariableInfo(TagData data)
Information on the scripting objects created by this tag at runtime.boolean
TagExtraInfo. isValid(TagData data)
Translation-time validation of the attributes.boolean
TagInfo. isValid(TagData data)
Translation-time validation of the attributes.ValidationMessage[]
TagExtraInfo. validate(TagData data)
Translation-time validation of the attributes.ValidationMessage[]
TagInfo. validate(TagData data)
Translation-time validation of the attributes. -
Uses of TagData in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as TagData Modifier and Type Field Description private TagData
Node.CustomTag. tagData
Methods in org.apache.jasper.compiler that return TagData Modifier and Type Method Description TagData
Node.CustomTag. getTagData()
Methods in org.apache.jasper.compiler with parameters of type TagData Modifier and Type Method Description void
Node.CustomTag. setTagData(TagData tagData)
-