|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.octo.captcha.image.ImageCaptcha com.octo.captcha.image.gimpy.Gimpy
public class Gimpy
A Gimpy is an ImageCaptcha. It is also the most common captcha.
Field Summary |
---|
Fields inherited from class com.octo.captcha.image.ImageCaptcha |
---|
challenge, question |
Method Summary | |
---|---|
java.lang.Boolean |
validateResponse(java.lang.Object response)
Validation routine from the CAPTCHA interface. this methods verify if the response is not null and a String and then compares the given response to the internal string. |
Methods inherited from class com.octo.captcha.image.ImageCaptcha |
---|
disposeChallenge, getChallenge, getImageChallenge, getQuestion, hasGetChalengeBeenCalled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final java.lang.Boolean validateResponse(java.lang.Object response)
validateResponse
in interface Captcha
response
- to the question concerning the chalenge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |