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