Spring Web Flow

org.springframework.binding.format
Interface NumberFormatFactory

All Known Implementing Classes:
AbstractNumberFormatFactory, CurrencyNumberFormatFactory, DefaultNumberFormatFactory, IntegerNumberFormatFactory, PercentNumberFormatFactory

public interface NumberFormatFactory

A factory for NumberFormat objects. Conceals the complexity associated with configuring, constructing, and/or caching number format instances.

Author:
Keith Donald

Method Summary
 java.text.NumberFormat getNumberFormat()
          Factory method that returns a fully-configured NumberFormat instance to use to format an object for display.
 

Method Detail

getNumberFormat

java.text.NumberFormat getNumberFormat()
Factory method that returns a fully-configured NumberFormat instance to use to format an object for display.

Returns:
the number format

Spring Web Flow