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.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 ValidationRule build(Element validationRuleElement)
           
 

Method Detail

build

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


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.