org.apache.cocoon.forms.validation.impl
Class CaptchaValidator

java.lang.Object
  extended byorg.apache.cocoon.forms.validation.impl.CaptchaValidator
All Implemented Interfaces:
WidgetValidator

public class CaptchaValidator
extends Object
implements WidgetValidator

A WidgetValidator that relies on a CAPTCHA test.

Version:
$Id: CaptchaValidator.java 171293 2005-05-22 08:55:42Z sylvain $
See Also:
http://www.captcha.net/

Constructor Summary
CaptchaValidator()
           
 
Method Summary
 boolean validate(Widget widget)
          Validate a widget.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptchaValidator

public CaptchaValidator()
Method Detail

validate

public boolean validate(Widget widget)
Description copied from interface: WidgetValidator
Validate a widget.

Specified by:
validate in interface WidgetValidator
Parameters:
widget - the widget to validate
Returns:
true if validation was successful. If not, the validator must have set a ValidationError on the widget or one of its children.


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