org.apache.cocoon.forms.datatype.convertor
Interface ConvertorBuilder
- All Known Implementing Classes:
- BeanConvertorBuilder, DummyStringConvertorBuilder, EnumConvertorBuilder, FormattingDateConvertorBuilder, FormattingDecimalConvertorBuilder, 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.java 151179 2005-02-03 16:55:16Z tim $
build
public Convertor build(Element configElement)
throws Exception
- Parameters:
configElement
- is allowed to be null!
- Throws:
Exception
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.