Class ParseNumberTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
-
- org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.BodyTag,jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
public class ParseNumberTag extends ParseNumberSupport
A handler for <parseNumber> that supports rtexprvalue-based attributes.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
integerOnlySpecified, isIntegerOnly, parseLocale, pattern, type, value, valueSpecified
-
-
Constructor Summary
Constructors Constructor Description ParseNumberTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetIntegerOnly(boolean isIntegerOnly)voidsetParseLocale(Object loc)voidsetPattern(String pattern)voidsetType(String type)voidsetValue(String value)-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
doEndTag, release, setScope, setVar
-
Methods inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
setValue
public void setValue(String value) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setType
public void setType(String type) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setPattern
public void setPattern(String pattern) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setParseLocale
public void setParseLocale(Object loc) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setIntegerOnly
public void setIntegerOnly(boolean isIntegerOnly) throws jakarta.servlet.jsp.JspTagException- Throws:
jakarta.servlet.jsp.JspTagException
-
-