Package | Description |
---|---|
javax.servlet.jsp.tagext |
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.
|
Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.