Class DeclareTEI


  • public class DeclareTEI
    extends javax.servlet.jsp.tagext.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 Summary

      Constructors 
      Constructor Description
      DeclareTEI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo​(javax.servlet.jsp.tagext.TagData data)  
      • Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo

        getTagInfo, isValid, setTagInfo, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeclareTEI

        public DeclareTEI()
    • Method Detail

      • getVariableInfo

        public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo​(javax.servlet.jsp.tagext.TagData data)
        Overrides:
        getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo