org.apache.tapestry5.internal.translator
Class BigIntegerNumericFormatter

java.lang.Object
  extended by org.apache.tapestry5.internal.translator.BigTypesFormatter
      extended by 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
BigIntegerNumericFormatter(java.text.DecimalFormatSymbols symbols)
           
 
Method Summary
protected  java.lang.Number parseConvertedValue(java.lang.String fixedNeg)
           
 
Methods inherited from class org.apache.tapestry5.internal.translator.BigTypesFormatter
parse, toClient, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 class BigTypesFormatter


Copyright © 2003-2012 The Apache Software Foundation.