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(java.text.DecimalFormatSymbols symbols)
           
 
Method Summary
protected  java.lang.Number parseConvertedValue(java.lang.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(java.text.DecimalFormatSymbols symbols)
Method Detail

parseConvertedValue

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


Copyright © 2003-2012 The Apache Software Foundation.