org.apache.tapestry5.internal.translator
Class BigDecimalNumericFormatter

java.lang.Object
  extended by org.apache.tapestry5.internal.translator.BigTypesFormatter
      extended by 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
BigDecimalNumericFormatter(DecimalFormatSymbols symbols)
           
 
Method Summary
protected  Number parseConvertedValue(String converted)
           
 
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

BigDecimalNumericFormatter

public BigDecimalNumericFormatter(DecimalFormatSymbols symbols)
Method Detail

parseConvertedValue

protected Number parseConvertedValue(String converted)
Specified by:
parseConvertedValue in class BigTypesFormatter


Copyright © 2003-2012 The Apache Software Foundation.