|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.servlet.jsp.tagext Class TagExtraInfo
java.lang.Object javax.servlet.jsp.tagext.TagExtraInfo
public abstract class TagExtraInfo
- extends Object
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD. The TagExtraInfo class is mentioned in the Tag Library Descriptor file (TLD).
This class can be used:
- to indicate that the tag defines scripting variables
- to perform translation-time validation of the tag attributes.
It is the responsibility of the JSP translator that the initial value to be returned by calls to getTagInfo() corresponds to a TagInfo object for the tag being translated. If an explicit call to setTagInfo() is done, then the object passed will be returned in subsequent calls to getTagInfo().
The only way to affect the value returned by getTagInfo() is through a setTagInfo() call, and thus, TagExtraInfo.setTagInfo() is to be called by the JSP translator, with a TagInfo object that corresponds to the tag being translated. The call should happen before any invocation on validate() and before any invocation on getVariableInfo().
NOTE: It is a (translation time) error for a tag definition in a TLD with one or more variable subelements to have an associated TagExtraInfo implementation that returns a VariableInfo array with one or more elements from a call to getVariableInfo().
构造器摘要 | |
---|---|
TagExtraInfo()
Sole constructor. |
方法摘要 | |
---|---|
TagInfo |
getTagInfo()
Get the TagInfo for this class. |
VariableInfo[] |
getVariableInfo(TagData data)
information on scripting variables defined by the tag associated with this TagExtraInfo instance. |
boolean |
isValid(TagData data)
Translation-time validation of the attributes. |
void |
setTagInfo(TagInfo tagInfo)
Set the TagInfo for this class. |
ValidationMessage[] |
validate(TagData data)
Translation-time validation of the attributes. |
类方法继承 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造器详细信息 |
---|
TagExtraInfo
public TagExtraInfo()
- Sole constructor. (For invocation by subclass constructors,
typically implicit.)
方法详细信息 |
---|
getVariableInfo
public VariableInfo[] getVariableInfo(TagData data)
- information on scripting variables defined by the tag associated with
this TagExtraInfo instance.
Request-time attributes are indicated as such in the TagData parameter.
- 参数:
data
- The TagData instance.- 返回:
- An array of VariableInfo data, or null or a zero length array if no scripting variables are to be defined.
isValid
public boolean isValid(TagData data)
- Translation-time validation of the attributes.
Request-time attributes are indicated as such in the TagData parameter.
Note that the preferred way to do validation is with the validate()
method, since it can return more detailed information.
- 参数:
data
- The TagData instance.- 返回:
- Whether this tag instance is valid.
- 另请参见:
validate(javax.servlet.jsp.tagext.TagData)
validate
public ValidationMessage[] validate(TagData data)
- Translation-time validation of the attributes.
Request-time attributes are indicated as such in the TagData parameter.
Because of the higher quality validation messages possible,
this is the preferred way to do validation (although isValid()
still works).
JSP 2.0 and higher containers call validate() instead of isValid(). The default implementation of this method is to call isValid(). If isValid() returns false, a generic ValidationMessage[] is returned indicating isValid() returned false.
- 参数:
data
- The TagData instance.- 返回:
- A null object, or zero length array if no errors, an array of ValidationMessages otherwise.
- 从以下版本开始:
- JSP 2.0
setTagInfo
public final void setTagInfo(TagInfo tagInfo)
- Set the TagInfo for this class.
- 参数:
tagInfo
- The TagInfo this instance is extending
getTagInfo
public final TagInfo getTagInfo()
- Get the TagInfo for this class.
- 返回:
- the taginfo instance this instance is extending
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.