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

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

public class PlainCharConvertorBuilder
extends Object
implements CharConvertorBuilder

The builder for the char default convertor.

Version:
$Id: PlainCharConvertorBuilder.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
PlainCharConvertorBuilder()
           
 
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

PlainCharConvertorBuilder

public PlainCharConvertorBuilder()
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-2008 The Apache Software Foundation. All Rights Reserved.