Class NumericFormatterImpl
-
- org.apache.tapestry5.internal.translator.NumericFormatterImpl
-
- All Implemented Interfaces:
NumericFormatter
public class NumericFormatterImpl extends implements NumericFormatter
A wrapper around NumberFormat.- Since:
- 5.1.0.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description clientValue)
Parses a value from the client in a locale-specific way.value)
Formats a value for the client in a locale-specific way.
-
-
-
Method Detail
-
parse
public clientValue) throws
Description copied from interface:NumericFormatter
Parses a value from the client in a locale-specific way.- Specified by:
parse
in interfaceNumericFormatter
- Throws:
-
toClient
public value)
Description copied from interface:NumericFormatter
Formats a value for the client in a locale-specific way.- Specified by:
toClient
in interfaceNumericFormatter
-
-