org.apache.cocoon.woody.datatype.convertor
Class FormattingDecimalConvertorBuilder

java.lang.Object
  extended by org.apache.cocoon.woody.datatype.convertor.FormattingDecimalConvertorBuilder
All Implemented Interfaces:
ConvertorBuilder
Direct Known Subclasses:
FormattingIntegerConvertorBuilder, FormattingLongConvertorBuilder

public class FormattingDecimalConvertorBuilder
extends Object
implements ConvertorBuilder

Builds FormattingDecimalConvertors.

Version:
CVS $Id: FormattingDecimalConvertorBuilder.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Constructor Summary
FormattingDecimalConvertorBuilder()
           
 
Method Summary
 Convertor build(Element configElement)
           
protected  FormattingDecimalConvertor createConvertor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormattingDecimalConvertorBuilder

public FormattingDecimalConvertorBuilder()
Method Detail

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-2010 The Apache Software Foundation. All Rights Reserved.