Class NumericFormatterImpl
java.lang.Object
org.apache.tapestry5.internal.translator.NumericFormatterImpl
- All Implemented Interfaces:
NumericFormatter
A wrapper around NumberFormat.
- Since:
- 5.1.0.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NumericFormatterImpl
-
-
Method Details
-
parse
Description copied from interface:NumericFormatter
Parses a value from the client in a locale-specific way.- Specified by:
parse
in interfaceNumericFormatter
- Throws:
ParseException
-
toClient
Description copied from interface:NumericFormatter
Formats a value for the client in a locale-specific way.- Specified by:
toClient
in interfaceNumericFormatter
-