org.apache.taglibs.i18n
Class FormatCurrencyTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.apache.taglibs.i18n.FormatTagSupport
          extended byorg.apache.taglibs.i18n.FormatCurrencyTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class FormatCurrencyTag
extends FormatTagSupport

Formats a Number instance using the current Locale and the Currency NumberFormat.

Version:
$Revision$
Author:
James Strachan
See Also:
Serialized Form

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
FormatCurrencyTag()
           
 
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

_tagname

protected static final java.lang.String _tagname
See Also:
Constant Field Values
Constructor Detail

FormatCurrencyTag

public FormatCurrencyTag()
Method Detail

getFormat

protected java.text.Format getFormat()
Description copied from class: FormatTagSupport
Abstract class to return the value formatter

Specified by:
getFormat in class FormatTagSupport


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.