org.apache.cocoon.forms.datatype.convertor
Interface ConvertorBuilder

All Known Implementing Classes:
BeanConvertorBuilder, CharConvertorBuilder, DummyStringConvertorBuilder, EnumConvertorBuilder, FormattingDateConvertorBuilder, FormattingDecimalConvertorBuilder, FormattingDoubleConvertorBuilder, FormattingFloatConvertorBuilder, FormattingIntegerConvertorBuilder, FormattingLongConvertorBuilder, HtmlCleaningConvertorBuilder, Icu4jDateConvertorBuilder, MillisDateConvertorBuilder, PlainBooleanConvertorBuilder, PlainDecimalConvertorBuilder, PlainDoubleConvertorBuilder, PlainFloatConvertorBuilder, PlainIntegerConvertorBuilder, PlainLongConvertorBuilder

public interface ConvertorBuilder

Interface to be implemented by components that can build a Convertor based on a XML configuration (supplied as DOM Element).

The element will (should) always have the local name "convertor" and the cforms definition namespace, but attributes and content of the element can vary depending on the ConvertorBuilder implementation.

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

Method Summary
 Convertor build(Element configElement)
           
 

Method Detail

build

Convertor build(Element configElement)
                throws Exception
Parameters:
configElement - is allowed to be null!
Throws:
Exception


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