Package | Description |
---|---|
com.caucho.jsp | |
com.caucho.jsp.java | |
javax.servlet.jsp.tagext |
Modifier and Type | Method and Description |
---|---|
VariableInfo[] |
TempTagInfo.getVariableInfo(TagData data) |
boolean |
TempTagInfo.isValid(TagData data) |
ValidationMessage[] |
TempTagInfo.validate(TagData data) |
Modifier and Type | Method and Description |
---|---|
protected VariableInfo[] |
GenericTag.fillVariableInfo(TagVariableInfo[] tagVars,
TagData tagData)
Returns the VariableInfo corresponding the to tag vars and the tag
data.
|
Modifier and Type | Method and Description |
---|---|
VariableInfo[] |
TagInfo.getVariableInfo(TagData data)
Information about the variables created by the tag at runtime.
|
VariableInfo[] |
TagExtraInfo.getVariableInfo(TagData data)
Returns information needed to instantiate runtime variables.
|
boolean |
TagInfo.isValid(TagData data)
Returns true if the tag instance is valid.
|
boolean |
TagExtraInfo.isValid(TagData data)
Validates the tag, so errors can be caught at compile-time instead of
waiting for runtime.
|
ValidationMessage[] |
TagInfo.validate(TagData data)
Validate attributes.
|
ValidationMessage[] |
TagExtraInfo.validate(TagData data)
Validates the tag.
|