Class MessageSupport

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
    Direct Known Subclasses:
    MessageTag

    public class MessageSupport
    extends javax.servlet.jsp.tagext.BodyTagSupport
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Locale defaultLocale  
      protected java.lang.String keyAttrValue  
      protected boolean keySpecified  
      • Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport

        bodyContent
      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id
      • Fields inherited from interface javax.servlet.jsp.tagext.BodyTag

        EVAL_BODY_BUFFERED, EVAL_BODY_TAG
      • Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface javax.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageSupport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addParam​(java.lang.Object arg)  
      int doEndTag()  
      int doStartTag()  
      javax.servlet.jsp.tagext.Tag getParent()  
      int getScope()  
      java.lang.String getVar()  
      void release()  
      void setPageContext​(javax.servlet.jsp.PageContext arg0)  
      void setParent​(javax.servlet.jsp.tagext.Tag arg0)  
      void setScope​(java.lang.String scope)  
      void setVar​(java.lang.String var)  
      • Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport

        doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
      • Methods inherited from class javax.servlet.jsp.tagext.TagSupport

        findAncestorWithClass, getId, getValue, getValues, removeValue, setId, setValue
      • Methods inherited from class java.lang.Object

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

      • defaultLocale

        public static final java.util.Locale defaultLocale
      • keyAttrValue

        protected java.lang.String keyAttrValue
      • keySpecified

        protected boolean keySpecified
    • Constructor Detail

      • MessageSupport

        public MessageSupport()
    • Method Detail

      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
        Throws:
        javax.servlet.jsp.JspException
      • doEndTag

        public int doEndTag()
                     throws javax.servlet.jsp.JspException
        Specified by:
        doEndTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
        Throws:
        javax.servlet.jsp.JspException
      • getParent

        public javax.servlet.jsp.tagext.Tag getParent()
        Specified by:
        getParent in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        getParent in class javax.servlet.jsp.tagext.TagSupport
      • release

        public void release()
        Specified by:
        release in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        release in class javax.servlet.jsp.tagext.BodyTagSupport
      • setPageContext

        public void setPageContext​(javax.servlet.jsp.PageContext arg0)
        Specified by:
        setPageContext in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        setPageContext in class javax.servlet.jsp.tagext.TagSupport
      • setParent

        public void setParent​(javax.servlet.jsp.tagext.Tag arg0)
        Specified by:
        setParent in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        setParent in class javax.servlet.jsp.tagext.TagSupport
      • getVar

        public java.lang.String getVar()
      • setVar

        public void setVar​(java.lang.String var)
      • getScope

        public int getScope()
      • setScope

        public void setScope​(java.lang.String scope)
      • addParam

        public void addParam​(java.lang.Object arg)