Class ParseNumberTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class ParseNumberTag
    extends ParseNumberSupport

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

    Author:
    Jan Luehe
    See Also:
    Serialized Form
    • Constructor Detail

      • ParseNumberTag

        public ParseNumberTag()
    • Method Detail

      • setValue

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

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

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

        public void setParseLocale​(Object loc)
                            throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setIntegerOnly

        public void setIntegerOnly​(boolean isIntegerOnly)
                            throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException