org.apache.taglibs.standard.tei
Class DeclareTEI
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
org.apache.taglibs.standard.tei.DeclareTEI
public class DeclareTEI
- extends TagExtraInfo
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.
- Author:
- Shawn Bayern
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeclareTEI
public DeclareTEI()
getVariableInfo
public VariableInfo[] getVariableInfo(TagData data)
- Description copied from class:
TagExtraInfo
- information on scripting variables defined by the tag associated with
this TagExtraInfo instance.
Request-time attributes are indicated as such in the TagData parameter.
- Overrides:
getVariableInfo
in class TagExtraInfo
- 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.
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.