org.springframework.binding.format
Class CurrencyNumberFormatFactory

java.lang.Object
  extended by org.springframework.binding.format.AbstractNumberFormatFactory
      extended by org.springframework.binding.format.CurrencyNumberFormatFactory
All Implemented Interfaces:
NumberFormatFactory

public class CurrencyNumberFormatFactory
extends AbstractNumberFormatFactory

Produces NumberFormat instances that format currency values.

Author:
Keith Donald
See Also:
NumberFormat

Constructor Summary
CurrencyNumberFormatFactory()
           
 
Method Summary
 
Methods inherited from class org.springframework.binding.format.AbstractNumberFormatFactory
getLocale, getNumberFormat, setLocale
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyNumberFormatFactory

public CurrencyNumberFormatFactory()