public class FormatNumberTag extends FormatNumberSupport
A handler for <formatNumber> that supports rtexprvalue-based attributes.
currencyCode, currencySymbol, groupingUsedSpecified, isGroupingUsed, maxFractionDigits, maxFractionDigitsSpecified, maxIntegerDigits, maxIntegerDigitsSpecified, minFractionDigits, minFractionDigitsSpecified, minIntegerDigits, minIntegerDigitsSpecified, pattern, type, value, valueSpecifiedbodyContentid, pageContextEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
FormatNumberTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
setCurrencyCode(String currencyCode) |
void |
setCurrencySymbol(String currencySymbol) |
void |
setGroupingUsed(boolean isGroupingUsed) |
void |
setMaxFractionDigits(int maxDigits) |
void |
setMaxIntegerDigits(int maxDigits) |
void |
setMinFractionDigits(int minDigits) |
void |
setMinIntegerDigits(int minDigits) |
void |
setPattern(String pattern) |
void |
setType(String type) |
void |
setValue(Object value) |
doEndTag, release, setScope, setVardoAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParent, setPageContext, setParentpublic void setValue(Object value) throws JspTagException
JspTagExceptionpublic void setType(String type) throws JspTagException
JspTagExceptionpublic void setPattern(String pattern) throws JspTagException
JspTagExceptionpublic void setCurrencyCode(String currencyCode) throws JspTagException
JspTagExceptionpublic void setCurrencySymbol(String currencySymbol) throws JspTagException
JspTagExceptionpublic void setGroupingUsed(boolean isGroupingUsed)
throws JspTagException
JspTagExceptionpublic void setMaxIntegerDigits(int maxDigits)
throws JspTagException
JspTagExceptionpublic void setMinIntegerDigits(int minDigits)
throws JspTagException
JspTagExceptionpublic void setMaxFractionDigits(int maxDigits)
throws JspTagException
JspTagExceptionpublic void setMinFractionDigits(int minDigits)
throws JspTagException
JspTagExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.