Class PercentNumberFormatFactory
java.lang.Object
org.springframework.binding.format.AbstractNumberFormatFactory
org.springframework.binding.format.PercentNumberFormatFactory
- All Implemented Interfaces:
- NumberFormatFactory
Produces NumberFormat instances that format percent values.
- Author:
- Keith Donald
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected NumberFormatgetNumberFormat(Locale locale) Subclasses should override to create the new NumberFormat instance.Methods inherited from class org.springframework.binding.format.AbstractNumberFormatFactorygetLocale, getNumberFormat, setLocale
- 
Constructor Details- 
PercentNumberFormatFactorypublic PercentNumberFormatFactory()
 
- 
- 
Method Details- 
getNumberFormatDescription copied from class:AbstractNumberFormatFactorySubclasses should override to create the new NumberFormat instance.- Specified by:
- getNumberFormatin class- AbstractNumberFormatFactory
- Parameters:
- locale- the locale to use
- Returns:
- the number format
 
 
-