org.apache.taglibs.standard.tag.rt.fmt
Class FormatNumberTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag
public class FormatNumberTag
- extends FormatNumberSupport
A handler for <formatNumber> that supports rtexprvalue-based
attributes.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
Fields inherited from class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport |
currencyCode, currencySymbol, groupingUsedSpecified, isGroupingUsed, maxFractionDigits, maxFractionDigitsSpecified, maxIntegerDigits, maxIntegerDigitsSpecified, minFractionDigits, minFractionDigitsSpecified, minIntegerDigits, minIntegerDigitsSpecified, pattern, type, value, valueSpecified |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatNumberTag
public FormatNumberTag()
setValue
public void setValue(Object value)
throws JspTagException
- Throws:
JspTagException
setType
public void setType(String type)
throws JspTagException
- Throws:
JspTagException
setPattern
public void setPattern(String pattern)
throws JspTagException
- Throws:
JspTagException
setCurrencyCode
public void setCurrencyCode(String currencyCode)
throws JspTagException
- Throws:
JspTagException
setCurrencySymbol
public void setCurrencySymbol(String currencySymbol)
throws JspTagException
- Throws:
JspTagException
setGroupingUsed
public void setGroupingUsed(boolean isGroupingUsed)
throws JspTagException
- Throws:
JspTagException
setMaxIntegerDigits
public void setMaxIntegerDigits(int maxDigits)
throws JspTagException
- Throws:
JspTagException
setMinIntegerDigits
public void setMinIntegerDigits(int minDigits)
throws JspTagException
- Throws:
JspTagException
setMaxFractionDigits
public void setMaxFractionDigits(int maxDigits)
throws JspTagException
- Throws:
JspTagException
setMinFractionDigits
public void setMinFractionDigits(int minDigits)
throws JspTagException
- Throws:
JspTagException
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.