public abstract class FormatNumberSupport
extends jakarta.servlet.jsp.tagext.BodyTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
currencyCode |
protected java.lang.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 java.lang.String |
pattern |
protected java.lang.String |
type |
protected java.lang.Object |
value |
protected boolean |
valueSpecified |
| Constructor and Description |
|---|
FormatNumberSupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
release() |
void |
setScope(java.lang.String scope) |
void |
setVar(java.lang.String var) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected java.lang.Object value
protected boolean valueSpecified
protected java.lang.String type
protected java.lang.String pattern
protected java.lang.String currencyCode
protected java.lang.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(java.lang.String var)
public void setScope(java.lang.String scope)
public int doEndTag()
throws jakarta.servlet.jsp.JspException
doEndTag in interface jakarta.servlet.jsp.tagext.TagdoEndTag in class jakarta.servlet.jsp.tagext.BodyTagSupportjakarta.servlet.jsp.JspExceptionpublic void release()
release in interface jakarta.servlet.jsp.tagext.Tagrelease in class jakarta.servlet.jsp.tagext.BodyTagSupportCopyright © 2019 Eclipse Foundation. All rights reserved.