|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.octo.captcha.text.TextCaptcha com.octo.captcha.text.math.MathCaptcha
public class MathCaptcha
Simple math captcha
Field Summary |
---|
Fields inherited from class com.octo.captcha.text.TextCaptcha |
---|
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.text.TextCaptcha |
---|
disposeChallenge, getChallenge, getQuestion, getTextChallenge, 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)
response
- to the question concerning the chalenge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |