Package org.apache.taglibs.standard.tei
Class DeclareTEI
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
org.apache.taglibs.standard.tei.DeclareTEI
An implementation of TagExtraInfo provided for <declare>. We simply set up a scripting variable for the ID and value that <declare> already stored. For EA2, DefineTEI *always* declares the variable; no option is given via a tag attribute. Visibility is always AT_END.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVariableInfo(TagData data) information on scripting variables defined by the tag associated with this TagExtraInfo instance.Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo, validate
-
Constructor Details
-
DeclareTEI
public DeclareTEI()
-
-
Method Details
-
getVariableInfo
Description copied from class:TagExtraInfoinformation on scripting variables defined by the tag associated with this TagExtraInfo instance. Request-time attributes are indicated as such in the TagData parameter.- Overrides:
getVariableInfoin classTagExtraInfo- Parameters:
data- The TagData instance.- Returns:
- An array of VariableInfo data, or null or a zero length array if no scripting variables are to be defined.
-