public abstract class FormatNumberSupport
extends javax.servlet.jsp.tagext.BodyTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected String |
currencyCode |
protected String |
currencySymbol |
protected boolean |
groupingUsedSpecified |
protected boolean |
isGroupingUsed |
protected int |
maxFractionDigits |
protected boolean |
maxFractionDigitsSpecified |
protected int |
maxIntegerDigits |
protected boolean |
maxIntegerDigitsSpecified |
protected int |
minFractionDigits |
protected boolean |
minFractionDigitsSpecified |
protected int |
minIntegerDigits |
protected boolean |
minIntegerDigitsSpecified |
protected String |
pattern |
protected String |
type |
protected Object |
value |
protected boolean |
valueSpecified |
| Constructor and Description |
|---|
FormatNumberSupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
release() |
void |
setScope(String scope) |
void |
setVar(String var) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected Object value
protected boolean valueSpecified
protected String type
protected String pattern
protected String currencyCode
protected String currencySymbol
protected boolean isGroupingUsed
protected boolean groupingUsedSpecified
protected int maxIntegerDigits
protected boolean maxIntegerDigitsSpecified
protected int minIntegerDigits
protected boolean minIntegerDigitsSpecified
protected int maxFractionDigits
protected boolean maxFractionDigitsSpecified
protected int minFractionDigits
protected boolean minFractionDigitsSpecified
public void setVar(String var)
public void setScope(String scope)
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.