org.apache.cocoon.forms.validation.impl
Class CaptchaValidatorBuilder
java.lang.Object
org.apache.cocoon.forms.validation.impl.CaptchaValidatorBuilder
- All Implemented Interfaces:
- ThreadSafe, WidgetValidatorBuilder
public class CaptchaValidatorBuilder
- extends Object
- implements WidgetValidatorBuilder, ThreadSafe
Builds a CAPTCHA validator.
- Version:
- $Id: CaptchaValidatorBuilder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- See Also:
CaptchaValidator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptchaValidatorBuilder
public CaptchaValidatorBuilder()
build
public WidgetValidator build(Element validationRuleElement,
WidgetDefinition definition)
throws Exception
- Description copied from interface:
WidgetValidatorBuilder
- Builds a
WidgetValidator
for a particular widget definition.
- Specified by:
build
in interface WidgetValidatorBuilder
- Parameters:
validationRuleElement
- the DOM element defining the validatordefinition
- the widget definition the validator will have to validate.
This may be used to check applicability of the validator to the widget.
- Returns:
- A
WidgetValidator
- Throws:
Exception
- if some problem occurs
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.