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.

  • Constructor Details

    • DeclareTEI

      public DeclareTEI()
  • Method Details

    • 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.