Class UsePageTEI

  • Direct Known Subclasses:
    UseHTMLPageTEI

    public class UsePageTEI
    extends javax.servlet.jsp.tagext.TagExtraInfo
    TagExtraInfo implementation to expose Page object as variable.
    Version:
    $Revision: 1.1 $
    Author:
    Joe Walnes
    See Also:
    UsePageTag, UseHTMLPageTEI
    • Constructor Summary

      Constructors 
      Constructor Description
      UsePageTEI()  
    • Method Summary

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

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

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

      • UsePageTEI

        public UsePageTEI()
    • Method Detail

      • getType

        protected java.lang.String getType()
      • getVariableInfo

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