org.apache.cocoon.forms.datatype.convertor
Class FormattingDecimalConvertorBuilder
java.lang.Object
org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertorBuilder
- All Implemented Interfaces:
- ConvertorBuilder
- Direct Known Subclasses:
- FormattingDoubleConvertorBuilder, FormattingFloatConvertorBuilder, FormattingIntegerConvertorBuilder, FormattingLongConvertorBuilder
public class FormattingDecimalConvertorBuilder
- extends Object
- implements ConvertorBuilder
Builds FormattingDecimalConvertor
s.
- Version:
- $Id: FormattingDecimalConvertorBuilder.java 449149 2006-09-23 03:58:05Z crossley $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormattingDecimalConvertorBuilder
public FormattingDecimalConvertorBuilder()
build
public Convertor build(Element configElement)
throws Exception
- Specified by:
build
in interface ConvertorBuilder
- Parameters:
configElement
- is allowed to be null!
- Throws:
Exception
createConvertor
protected FormattingDecimalConvertor createConvertor()
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.