|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagData | |
javax.servlet.jsp.tagext | Classes and interfaces for the definition of JavaServer Pages Tag Libraries. |
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 scripting objects created by this tag at runtime. |
boolean |
TagInfo.isValid(TagData data)
Translation-time validation of the attributes. |
ValidationMessage[] |
TagInfo.validate(TagData data)
Translation-time validation of the attributes. |
VariableInfo[] |
TagExtraInfo.getVariableInfo(TagData data)
information on scripting variables defined by the tag associated with this TagExtraInfo instance. |
boolean |
TagExtraInfo.isValid(TagData data)
Translation-time validation of the attributes. |
ValidationMessage[] |
TagExtraInfo.validate(TagData data)
Translation-time validation of the attributes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |