Class MessageSupport

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.vmware.vipclient.i18n.fmt.common.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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Locale
     
    protected String
     
    protected boolean
     

    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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    int
     
    int
     
    javax.servlet.jsp.tagext.Tag
     
    int
     
     
    void
     
    void
    setPageContext(javax.servlet.jsp.PageContext arg0)
     
    void
    setParent(javax.servlet.jsp.tagext.Tag arg0)
     
    void
     
    void
     

    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 Details

    • defaultLocale

      public static final Locale defaultLocale
    • keyAttrValue

      protected String keyAttrValue
    • keySpecified

      protected boolean keySpecified
  • Constructor Details

    • MessageSupport

      public MessageSupport()
  • Method Details

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