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 326838 2005-10-20 06:26:53Z sylvain $
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-2005 The Apache Software Foundation. All Rights Reserved.