org.apache.cocoon.forms.datatype
Interface ValidationRuleBuilder

All Known Implementing Classes:
AbstractValidationRuleBuilder

public interface ValidationRuleBuilder

Interface for classes that can build ValidationRules from an XML description. A ValidationRuleBuilder can be Serviceable. A ValidationRuleBuilder should be thread safe, only one instance of it will be created.

Version:
$Id: ValidationRuleBuilder.java 55391 2004-10-23 18:15:02Z cziegeler $

Method Summary
 ValidationRule build(Element validationRuleElement)
           
 

Method Detail

build

public ValidationRule build(Element validationRuleElement)
                     throws Exception
Throws:
Exception


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