This project has retired. For details please refer to its
Attic page .
ConvertorBuilder (Cocoon Forms Block Implementation 1.1.0 API)
org.apache.cocoon.forms.datatype.convertor
Interface ConvertorBuilder
All Known Subinterfaces: BeanConvertorBuilder , BooleanConvertorBuilder , CharConvertorBuilder , DateConvertorBuilder , DecimalConvertorBuilder , DoubleConvertorBuilder , EnumConvertorBuilder , FloatConvertorBuilder , IntegerConvertorBuilder , LongConvertorBuilder , StringConvertorBuilder
All Known Implementing Classes: DummyStringConvertorBuilder , FormattingDateConvertorBuilder , FormattingDecimalConvertorBuilder , FormattingDoubleConvertorBuilder , FormattingFloatConvertorBuilder , FormattingIntegerConvertorBuilder , FormattingLongConvertorBuilder , HtmlCleaningConvertorBuilder , Icu4jDateConvertorBuilder , MillisDateConvertorBuilder , PlainBeanConvertorBuilder , PlainBooleanConvertorBuilder , PlainCharConvertorBuilder , PlainDecimalConvertorBuilder , PlainDoubleConvertorBuilder , PlainEnumConvertorBuilder , 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 1304280 2012-03-23 11:18:01Z ilgrosso $
build
public Convertor build (Element configElement)
throws Exception
Parameters: configElement - is allowed to be null!
Throws:
Exception
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.