BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.html
Class FormatNumber.NumberFormatter

java.lang.Object
  extended by com.bea.wlw.netui.tags.html.FormatTag.Formatter
      extended by com.bea.wlw.netui.tags.html.FormatNumber.NumberFormatter
Enclosing class:
FormatNumber

public static class FormatNumber.NumberFormatter
extends FormatTag.Formatter

Internal FormatTag.Formatter which uses NumberFormat.

Exclude:

Constructor Summary
FormatNumber.NumberFormatter()
           
 
Method Summary
 String format(Object dataToFormat)
           
 void setLocale(Locale locale)
           
 void setType(String type)
           
 
Methods inherited from class com.bea.wlw.netui.tags.html.FormatTag.Formatter
getPattern, setPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatNumber.NumberFormatter

public FormatNumber.NumberFormatter()
Method Detail

setType

public void setType(String type)

setLocale

public void setLocale(Locale locale)

format

public String format(Object dataToFormat)
              throws javax.servlet.jsp.JspException
Overrides:
format in class FormatTag.Formatter
Throws:
javax.servlet.jsp.JspException

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.