Class BigDecimalNumericFormatter
- java.lang.Object
-
- org.apache.tapestry5.internal.translator.BigTypesFormatter
-
- org.apache.tapestry5.internal.translator.BigDecimalNumericFormatter
-
- All Implemented Interfaces:
NumericFormatter
public class BigDecimalNumericFormatter extends BigTypesFormatter
-
-
Field Summary
-
Fields inherited from class org.apache.tapestry5.internal.translator.BigTypesFormatter
symbols
-
-
Constructor Summary
Constructors Constructor Description BigDecimalNumericFormatter(DecimalFormatSymbols symbols)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Number
parseConvertedValue(String converted)
-
Methods inherited from class org.apache.tapestry5.internal.translator.BigTypesFormatter
parse, toClient, toString
-
-
-
-
Constructor Detail
-
BigDecimalNumericFormatter
public BigDecimalNumericFormatter(DecimalFormatSymbols symbols)
-
-
Method Detail
-
parseConvertedValue
protected Number parseConvertedValue(String converted)
- Specified by:
parseConvertedValue
in classBigTypesFormatter
-
-