|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICaptchaService
Interface for captcha validator
Method Summary | |
---|---|
List<String> |
getCaptchaEngineNameList()
Get the list of captcha providers |
String |
getDefaultCaptchaEngineName()
Get the default captcha engine to use |
String |
getHtmlCode()
Gets the captcha HTML code |
void |
setDefaultCaptchaEngineName(String strDefaultCaptchaEngine)
Set the default captcha engine to use |
boolean |
validate(javax.servlet.http.HttpServletRequest request)
Validate the captcha field |
Method Detail |
---|
boolean validate(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
String getHtmlCode()
List<String> getCaptchaEngineNameList()
String getDefaultCaptchaEngineName()
void setDefaultCaptchaEngineName(String strDefaultCaptchaEngine)
strDefaultCaptchaEngine
- the name of the default captcha engine to
use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |