org.apache.cocoon.forms.datatype.convertor
Class PlainDecimalConvertor
java.lang.Object
org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertor
- All Implemented Interfaces:
- Convertor
public class PlainDecimalConvertor
- extends Object
- implements Convertor
Convertor for BigDecimal
s that does not do any
(locale-dependent) formatting.
- Version:
- $Id: PlainDecimalConvertor.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainDecimalConvertor
public PlainDecimalConvertor()
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
formatCache
- can be null if not needed
convertToString
public String convertToString(Object value,
Locale locale,
Convertor.FormatCache formatCache)
- Specified by:
convertToString
in interface Convertor
getTypeClass
public Class getTypeClass()
- Specified by:
getTypeClass
in interface Convertor
generateSaxFragment
public void generateSaxFragment(ContentHandler contentHandler,
Locale locale)
throws SAXException
- Description copied from interface:
Convertor
- Generates a bit of information about this convertor (optional).
- Specified by:
generateSaxFragment
in interface Convertor
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.