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

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
          extended by org.apache.cocoon.forms.datatype.typeimpl.CharTypeBuilder
All Implemented Interfaces:
Disposable, Configurable, Contextualizable, LogEnabled, Serviceable, DatatypeBuilder

public class CharTypeBuilder
extends AbstractDatatypeBuilder

The builder for the char datatype.


Field Summary
 
Fields inherited from class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
serviceManager
 
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, configure, contextualize, dispose, getPlainConvertor, service
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
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-2010 The Apache Software Foundation. All Rights Reserved.