当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
CaptchaResponseValidator (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.captcha
Class CaptchaResponseValidator
java.lang.Object
org.jboss.seam.captcha.CaptchaResponseValidator
- All Implemented Interfaces:
- org.hibernate.validator.Validator
public class CaptchaResponseValidator
- extends Object
- implements org.hibernate.validator.Validator
Validates that the input entered by the user matches
the captcha image.
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptchaResponseValidator
public CaptchaResponseValidator()
initialize
public void initialize(Annotation captchaResponse)
- Specified by:
initialize
in interface org.hibernate.validator.Validator
isValid
public boolean isValid(Object response)
- Specified by:
isValid
in interface org.hibernate.validator.Validator