|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.octo.captcha.module.config.CaptchaModuleConfigHelper
public class CaptchaModuleConfigHelper
Class that provides static utility method to use the Module configuration.
Constructor Summary | |
---|---|
CaptchaModuleConfigHelper()
|
Method Summary | |
---|---|
static java.lang.String |
getId(javax.servlet.http.HttpServletRequest httpServletRequest)
method that get an id using the plugin configuration. It may be retrieved from the session via the getId() native method if the idType is set to 'session' or retrieved from the request using the 'idKey' parameter if the idType is set to 'generated'; |
static java.lang.String |
getMessage(javax.servlet.http.HttpServletRequest httpServletRequest)
Method that return the fail or error message from the specified bundle or directly from the value specified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CaptchaModuleConfigHelper()
Method Detail |
---|
public static java.lang.String getId(javax.servlet.http.HttpServletRequest httpServletRequest)
public static java.lang.String getMessage(javax.servlet.http.HttpServletRequest httpServletRequest)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |