org.apache.cocoon.forms.datatype.convertor
Class FormattingDoubleConvertor

java.lang.Object
  extended byorg.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
      extended byorg.apache.cocoon.forms.datatype.convertor.FormattingDoubleConvertor
All Implemented Interfaces:
Convertor

public class FormattingDoubleConvertor
extends FormattingDecimalConvertor

A Convertor for Doubles backed by the DecimalFormat class.

This class is mostly the same as the FormattingDecimalConvertor, so see there for more information.

Version:
$Id: FormattingDoubleConvertor.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Nested Class Summary
 
Nested classes inherited from class org.apache.cocoon.forms.datatype.convertor.Convertor
Convertor.FormatCache
 
Field Summary
 
Fields inherited from class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
CURRENCY, INTEGER, NUMBER, PERCENT
 
Constructor Summary
FormattingDoubleConvertor()
           
 
Method Summary
 ConversionResult convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
          Converts string representation into the object of convertor's type.
 Class getTypeClass()
           
 
Methods inherited from class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
addFormattingPattern, convertToString, generateSaxFragment, getDecimalFormat, getDefaultVariant, setNonLocalizedPattern, setVariant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormattingDoubleConvertor

public FormattingDoubleConvertor()
Method Detail

convertFromString

public ConversionResult convertFromString(String value,
                                          Locale locale,
                                          Convertor.FormatCache formatCache)
Description copied from interface: Convertor
Converts string representation into the object of convertor's type.

Specified by:
convertFromString in interface Convertor
Overrides:
convertFromString in class FormattingDecimalConvertor

getTypeClass

public Class getTypeClass()
Specified by:
getTypeClass in interface Convertor
Overrides:
getTypeClass in class FormattingDecimalConvertor


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.