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

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

public class PlainBooleanConvertorBuilder
extends Object
implements ConvertorBuilder

Builds {PlainBooleanConvertor}s.

Version:
$Id: PlainBooleanConvertorBuilder.java 151179 2005-02-03 16:55:16Z tim $

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

PlainBooleanConvertorBuilder

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