|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 TagData 的软件包 | |
|---|---|
| javax.servlet.jsp.tagext | Classes and interfaces for the definition of JavaServer Pages Tag Libraries. |
| javax.servlet.jsp.tagext 中 TagData 的使用 |
|---|
| 参数类型为 TagData 的 javax.servlet.jsp.tagext 中的方法 | |
|---|---|
VariableInfo[] |
TagInfo.getVariableInfo(TagData data)
Information on the scripting objects created by this tag at runtime. |
VariableInfo[] |
TagExtraInfo.getVariableInfo(TagData data)
information on scripting variables defined by the tag associated with this TagExtraInfo instance. |
boolean |
TagInfo.isValid(TagData data)
Translation-time validation of the attributes. |
boolean |
TagExtraInfo.isValid(TagData data)
Translation-time validation of the attributes. |
ValidationMessage[] |
TagInfo.validate(TagData data)
Translation-time validation of the attributes. |
ValidationMessage[] |
TagExtraInfo.validate(TagData data)
Translation-time validation of the attributes. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||