public class ParseNumberTag extends ParseNumberSupport
A handler for <parseNumber> that supports rtexprvalue-based attributes.
integerOnlySpecified, isIntegerOnly, parseLocale, pattern, type, value, valueSpecified| Constructor and Description |
|---|
ParseNumberTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
setIntegerOnly(boolean isIntegerOnly) |
void |
setParseLocale(Object loc) |
void |
setPattern(String pattern) |
void |
setType(String type) |
void |
setValue(String value) |
doEndTag, release, setScope, setVardoAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic void setValue(String value) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setType(String type) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setPattern(String pattern) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setParseLocale(Object loc) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setIntegerOnly(boolean isIntegerOnly)
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.