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

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

public class BeanTypeBuilder
extends AbstractDatatypeBuilder

Builder for BeanType

Version:
$Id$
Author:
Giacomo Pati

Field Summary
 
Fields inherited from class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
serviceManager
 
Constructor Summary
BeanTypeBuilder()
           
 
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, 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

BeanTypeBuilder

public BeanTypeBuilder()
Method Detail

build

public Datatype build(Element datatypeElement,
                      boolean arrayType,
                      DatatypeManager datatypeManager)
               throws Exception
Throws:
Exception
See Also:
DatatypeBuilder.build(org.w3c.dom.Element, boolean, org.apache.cocoon.forms.datatype.DatatypeManager)


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