org.apache.cocoon.forms.datatype.typeimpl
Class CharTypeBuilder

java.lang.Object
  extended byorg.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
      extended byorg.apache.cocoon.forms.datatype.typeimpl.CharTypeBuilder
All Implemented Interfaces:
DatatypeBuilder

public class CharTypeBuilder
extends AbstractDatatypeBuilder

The builder for the char datatype.


Constructor Summary
CharTypeBuilder()
           
 
Method Summary
 Datatype build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 
Methods inherited from class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
buildConvertor, buildConvertor, buildValidationRules, getPlainConvertor, setConvertorBuilders, setDefaultConvertorName, setPlainConvertorName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharTypeBuilder

public CharTypeBuilder()
Method Detail

build

public Datatype build(Element datatypeElement,
                      boolean arrayType,
                      DatatypeManager datatypeManager)
               throws Exception
Throws:
Exception


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