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

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.DateTypeBuilder
All Implemented Interfaces:
Disposable, Configurable, Contextualizable, LogEnabled, Serviceable, DatatypeBuilder

public class DateTypeBuilder
extends AbstractDatatypeBuilder

Builds DateTypes.

Version:
$Id: DateTypeBuilder.html 1304258 2012-03-23 10:09:27Z ilgrosso $

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

DateTypeBuilder

public DateTypeBuilder()
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.