Class MessageSupport

  • All Implemented Interfaces:
    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 Locale defaultLocale  
      protected 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()  
    • Field Detail

      • defaultLocale

        public static final Locale defaultLocale
      • keyAttrValue

        protected 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 String getVar()
      • setVar

        public void setVar​(String var)
      • getScope

        public int getScope()
      • setScope

        public void setScope​(String scope)
      • addParam

        public void addParam​(Object arg)