| Package | Description |
|---|---|
| javax.servlet.jsp.tagext |
| Modifier and Type | Method and Description |
|---|---|
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.
|