|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.i18n.FormatTagSupport
org.apache.taglibs.i18n.FormatPercentTag
Formats a Number
instance using the current Locale
and the Percent NumberFormat
.
Field Summary | |
protected static java.lang.String |
_tagname
|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
FormatPercentTag()
|
Method Summary | |
protected java.text.Format |
getFormat()
Abstract class to return the value formatter |
Methods inherited from class org.apache.taglibs.i18n.FormatTagSupport |
doEndTag, doStartTag, getDefaultText, getLocale, getStyleCode, getValue, handleIOException, release, setDefaultText, setLocale, setValue |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String _tagname
Constructor Detail |
public FormatPercentTag()
Method Detail |
protected java.text.Format getFormat()
FormatTagSupport
getFormat
in class FormatTagSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |