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.html 1304280 2012-03-23 11:18:01Z ilgrosso $
See Also:
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-2008 The Apache Software Foundation. All Rights Reserved.