public class FormatNumberTag extends FormatNumberSupport
<formatNumber>
using the container's EL implementation.currencyCode, currencySymbol, groupingUsedSpecified, isGroupingUsed, maxFractionDigits, maxFractionDigitsSpecified, maxIntegerDigits, maxIntegerDigitsSpecified, minFractionDigits, minFractionDigitsSpecified, minIntegerDigits, minIntegerDigitsSpecified, pattern, type, value, valueSpecified
Constructor and Description |
---|
FormatNumberTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
void |
release() |
void |
setCurrencyCode(String expression) |
void |
setCurrencySymbol(String expression) |
void |
setGroupingUsed(String expression) |
void |
setMaxFactionDigits(String expression) |
void |
setMaxIntegerDigits(String expression) |
void |
setMinFractionDigits(String expression) |
void |
setMinIntegerDigits(String expression) |
void |
setPattern(String expression) |
void |
setType(String expression) |
void |
setValue(String expression) |
doEndTag, setScope, setVar
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class FormatNumberSupport
public void setValue(String expression)
public void setType(String expression)
public void setPattern(String expression)
public void setCurrencyCode(String expression)
public void setCurrencySymbol(String expression)
public void setGroupingUsed(String expression)
public void setMaxIntegerDigits(String expression)
public void setMinIntegerDigits(String expression)
public void setMaxFactionDigits(String expression)
public void setMinFractionDigits(String expression)
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.