|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.apache.myfaces.custom.captcha.AbstractCAPTCHAComponent
public abstract class AbstractCAPTCHAComponent
Field Summary | |
---|---|
static String |
ATTRIBUTE_CAPTCHA_SESSION_KEY_NAME
|
static String |
ATTRIBUTE_IMAGE_HEIGHT
|
static String |
ATTRIBUTE_IMAGE_WIDTH
|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
DEFAULT_RENDERER_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
AbstractCAPTCHAComponent()
|
Method Summary | |
---|---|
abstract String |
getCaptchaSessionKeyName()
Determines the CAPTCHA session key name. |
String |
getCaptchaSessionValue()
Return the value stored in session map related to captchaSessionKeyName |
abstract String |
getImageHeight()
Integer to indicate the CAPTCHA height. |
abstract String |
getImageWidth()
Integer to indicate the CAPTCHA width. |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getFamily, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String COMPONENT_TYPE
public static String COMPONENT_FAMILY
public static String DEFAULT_RENDERER_TYPE
public static final String ATTRIBUTE_CAPTCHA_SESSION_KEY_NAME
public static final String ATTRIBUTE_IMAGE_WIDTH
public static final String ATTRIBUTE_IMAGE_HEIGHT
Constructor Detail |
---|
public AbstractCAPTCHAComponent()
Method Detail |
---|
public abstract String getCaptchaSessionKeyName()
public abstract String getImageWidth()
public abstract String getImageHeight()
public String getCaptchaSessionValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |