org.apache.cocoon.forms.validation
Interface ConfigurableWidgetValidator

All Superinterfaces:
WidgetValidator
All Known Implementing Classes:
AbstractJavaValidator

public interface ConfigurableWidgetValidator
extends WidgetValidator

A WidgetValidator that can recieve a configuration Element

Version:
$Id: ConfigurableWidgetValidator.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 void setConfiguration(Element element)
          Set the configuration Element
 
Methods inherited from interface org.apache.cocoon.forms.validation.WidgetValidator
validate
 

Method Detail

setConfiguration

public void setConfiguration(Element element)
                      throws Exception
Set the configuration Element

Throws:
Exception


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