C G H P S

C

CaptchaFormHandler - class com.digitalsanctuary.atg.captcha.CaptchaFormHandler.
Handles validation of user input against captcha input.
CaptchaFormHandler() - Constructor for class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
 
com.digitalsanctuary.atg.captcha - package com.digitalsanctuary.atg.captcha
 

G

getCaptcha() - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
 
getErrorURL() - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
 
getProfile() - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
 
getSuccessURL() - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
 

H

handleSubmit(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
This method handles the submission of a captcha answer.

P

PROFILE_CAPTCHA_VALIDATED - Static variable in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
The captcha validated profile property.
postValidationAction() - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
When this class is sub-typed, this method should be overridden to perform any actions upon the user entering the correct captcha.

S

SESSION_CAPTCHA_PROPERTY - Static variable in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
Session parameter name where captcha text is placed in session by SimpleCaptcha.
setCaptcha(String) - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
 
setErrorURL(String) - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
 
setProfile(Profile) - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
 
setSuccessURL(String) - Method in class com.digitalsanctuary.atg.captcha.CaptchaFormHandler
 

C G H P S