Class FormatNumberTag

  • 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

    public class FormatNumberTag
    extends FormatNumberSupport

    A handler for <formatNumber> that supports rtexprvalue-based attributes.

    See Also:
    Serialized Form
    • Constructor Detail

      • FormatNumberTag

        public FormatNumberTag()
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object value)
                      throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setType

        public void setType​(java.lang.String type)
                     throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setPattern

        public void setPattern​(java.lang.String pattern)
                        throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setCurrencyCode

        public void setCurrencyCode​(java.lang.String currencyCode)
                             throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setCurrencySymbol

        public void setCurrencySymbol​(java.lang.String currencySymbol)
                               throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setGroupingUsed

        public void setGroupingUsed​(boolean isGroupingUsed)
                             throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setMaxIntegerDigits

        public void setMaxIntegerDigits​(int maxDigits)
                                 throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setMinIntegerDigits

        public void setMinIntegerDigits​(int minDigits)
                                 throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setMaxFractionDigits

        public void setMaxFractionDigits​(int maxDigits)
                                  throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setMinFractionDigits

        public void setMinFractionDigits​(int minDigits)
                                  throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException