org.apache.cocoon.forms.datatype.convertor
Class EnumConvertorBuilder

java.lang.Object
  extended byorg.apache.cocoon.forms.datatype.convertor.EnumConvertorBuilder
All Implemented Interfaces:
ConvertorBuilder

public class EnumConvertorBuilder
extends Object
implements ConvertorBuilder

Builds EnumConvertors.

Version:
$Id: EnumConvertorBuilder.java 326838 2005-10-20 06:26:53Z sylvain $

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

Constructor Detail

EnumConvertorBuilder

public EnumConvertorBuilder()
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


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.