Uses of Class
jakarta.servlet.jsp.tagext.TagData
-
Packages that use TagData Package Description jakarta.servlet.jsp.tagext -
-
Uses of TagData in jakarta.servlet.jsp.tagext
Methods in jakarta.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.booleanTagExtraInfo. isValid(TagData data)Translation-time validation of the attributes.booleanTagInfo. 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.
-