Vue d'ensemble Package Utilisation Arbre Déprécié Aide |
|
| SOMMAIRE: ATTR CONSTR METH | DETAIL: ATTR CONSTR METH |
acube.framework.captcha.CaptchaParametersSommaire des Attributs |
||
static final String |
ALGORITHM_USE ALGORITHM_USE the ALGORITHM_USE |
|
static final String |
BEAN_TAG BEAN_TAG the BEAN_TAG refers
<bean> tag id in the captcha configuration
file. |
|
static final String |
CAPTCHA_CONFIF_FILE CAPTCHA_CONFIF_FILE the CAPTCHA_CONFIF_FILE
refers the path of captcha configuration file. |
|
static final String |
CAPTCHA_IMAGE_CONTENT_TYPE CAPTCHA_IMAGE_CONTENT_TYPE the
CAPTCHA_IMAGE_CONTENT_TYPE refers the type of http response. |
|
static final String |
CAPTCHA_PARAM CAPTCHA_PARAM the CAPTCHA_PARAM it use during
the treatment of the serveur answer. more precisely during the
compute response captcha call by a action. |
|
static final String |
CAPTCHA_PARAM_EQUAL_EXP CAPTCHA_PARAM_EQUAL_EXP the
CAPTCHA_PARAM_EQUAL_EXP * CAPTCHA_PARAM_SPLIT_EXP
the CAPTCHA_PARAM_SPLIT_EXP refers the expression use to
separate parameter 's id and parameter 's value in captcha
parameter value. |
|
static final String |
CAPTCHA_PARAM_NAME CAPTCHA_NAME_PARAM the CAPTCHA_NAME_PARAM refers
captcha_name parameter send by the form. |
|
static final String |
CAPTCHA_PARAM_SPLIT_EXP CAPTCHA_PARAM_SPLIT_EXP the
CAPTCHA_PARAM_SPLIT_EXP refers the expression use to separate
parameters in captcha parameter value. |
|
static final String |
CAPTCHA_PARAM_USER_KEY CAPTCHA_USER_KEY_PARAM the
CAPTCHA_USER_KEY_PARAM refers
captcha_user_key parameter send send by the form. |
|
static final String |
CAPTCHA_TAG CAPTCHA_TAG the CAPTCHA_TAG refers
<captcha> tag id in the captcha
configuration file. |
|
static final String |
CLASS_ATTRIBUT CLASS_ATTRIBUT the CLASS_ATTRIBUT refers the
class attribute in the
<captcha> or <bean>
tag. |
|
static final String |
CONSTRUCTOR_ARG_TAG CONSTRUCTOR_ARG_TAG the CONSTRUCTOR_ARG_TAG
refers constructors arguments
<constructor-arg> tags in
<bean> tags. |
|
static final String |
ERROR_MESSAGE ERROR_MESSAGE the ERROR_MESSAGE |
|
static final String |
ID_ATTRIBUT ID_ATTRIBUT the ID_ATTRIBUT refers id of
id attribute if <captcha> or
<bean>. |
|
static final String |
INDEX_ATTRIBUTE INDEX_ATTRIBUTE the INDEX_ATTRIBUTE refers the
attribute index of the
<constructor-arg> tag. |
|
static final String |
LIST_TAG LIST_TAG the LIST_TAG refers the tag
<list>, child of the
<constructor-arg> tag. |
|
static final String |
NAME_ATTRIBUT NAME_ATTRIBUT the NAME_ATTRIBUT refers id of
name attribute of the
<captcha> tag. |
|
static final int |
RANDOM_KEY_INT RANDOM_KEY_INT the RANDOM_KEY_INT
key used in encryption generation for captcha id. |
|
static final int |
RANDOM_MAX_INT RANDOM_MAX_INT the RANDOM_MAX_INT
range for generation id |
|
static final String |
SESSION_CAPTCHA_ID SESSION_CAPTCHA_ID the SESSION_CAPTCHA_ID
key in session attribute |
|
static final String |
TYPE_ATTRIBUTE TYPE_ATTRIBUTE the TYPE_ATTRIBUTE refers the
attribute type of the
<constructor-arg> tag. |
|
static final String |
VALUE_TAG VALUE_TAG the VALUE_TAG refers the tag
<value>, child of the
<constructor-arg> tag. |
|
static final String |
WEB_INF_DIR WEB_INF_DIR the WEB_INF_DIR refers WEB-INF
directory |
|
| Méthodes héritées de la classe java.lang.Object |
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAPTCHA_CONFIF_FILE the CAPTCHA_CONFIF_FILE
refers the path of captcha configuration file. This file was
read on server start.WEB_INF_DIR the WEB_INF_DIR refers WEB-INF
directoryCAPTCHA_IMAGE_CONTENT_TYPE the
CAPTCHA_IMAGE_CONTENT_TYPE refers the type of http response. It
dependents of captcha's type.CAPTCHA_PARAM the CAPTCHA_PARAM it use during
the treatment of the serveur answer. more precisely during the
compute response captcha call by a action. This parameter is
use by
CaptchaManager.getCaptchaParam(javax.servlet.http.
HttpServletRequest, String)
This parameter was sent by the html form, contaner of Acube's
ComposantCaptcha. It contains several parameters values
separate by separators expressions
CAPTCHA_PARAM_SPLIT_EXP and
CAPTCHA_PARAM_SPLIT_EXP
Example : parameter : "captcha" value :
"captcha_name=simple&captcha_user_key=userkey"
If you want some parameter in captcha's value use
CaptchaManager.getCaptchaParam(javax.servlet.http.
HttpServletRequest, String).CAPTCHA_PARAM_SPLIT_EXP the
CAPTCHA_PARAM_SPLIT_EXP refers the expression use to separate
parameters in captcha parameter value.CAPTCHA_PARAM_EQUAL_EXP the
CAPTCHA_PARAM_EQUAL_EXP * CAPTCHA_PARAM_SPLIT_EXP
the CAPTCHA_PARAM_SPLIT_EXP refers the expression use to
separate parameter 's id and parameter 's value in captcha
parameter value.CAPTCHA_NAME_PARAM the CAPTCHA_NAME_PARAM refers
captcha_name parameter send by the form.CAPTCHA_USER_KEY_PARAM the
CAPTCHA_USER_KEY_PARAM refers
captcha_user_key parameter send send by the form.CAPTCHA_TAG the CAPTCHA_TAG refers
<captcha> tag id in the captcha
configuration file.BEAN_TAG the BEAN_TAG refers
<bean> tag id in the captcha configuration
file.ID_ATTRIBUT the ID_ATTRIBUT refers id of
id attribute if <captcha> or
<bean>. Remember that
every id attribute must be unique in the capcha
configuration file.CLASS_ATTRIBUT the CLASS_ATTRIBUT refers the
class attribute in the
<captcha> or <bean>
tag.NAME_ATTRIBUT the NAME_ATTRIBUT refers id of
name attribute of the
<captcha> tag. Remember that every
name attribute value must be unique in the
capcha configuration file.CONSTRUCTOR_ARG_TAG the CONSTRUCTOR_ARG_TAG
refers constructors arguments
<constructor-arg> tags in
<bean> tags.INDEX_ATTRIBUTE the INDEX_ATTRIBUTE refers the
attribute index of the
<constructor-arg> tag.TYPE_ATTRIBUTE the TYPE_ATTRIBUTE refers the
attribute type of the
<constructor-arg> tag.LIST_TAG the LIST_TAG refers the tag
<list>, child of the
<constructor-arg> tag.VALUE_TAG the VALUE_TAG refers the tag
<value>, child of the
<constructor-arg> tag.SESSION_CAPTCHA_ID the SESSION_CAPTCHA_ID
key in session attributeRANDOM_MAX_INT the RANDOM_MAX_INT
range for generation idRANDOM_KEY_INT the RANDOM_KEY_INT
key used in encryption generation for captcha id.ALGORITHM_USE the ALGORITHM_USEERROR_MESSAGE the ERROR_MESSAGEVue d'ensemble Package Utilisation Arbre Déprécié Aide |
|
| SOMMAIRE: ATTR CONSTR METH | DETAIL: ATTR CONSTR METH |
Version 3.1.0 du 06/11/2009 / Etat : Validé |
| Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA. |
Documentation generated by DocFlex |