|
||||||||||
| 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
javax.faces.component.UIOutput
org.jboss.seam.ui.component.UIToken
org.jboss.seam.ui.component.html.HtmlToken
public class HtmlToken
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
HtmlToken()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFamily()
|
boolean |
isAllowMultiplePosts()
Indicates whether to allow the same form to be submitted multiple times with the same signature (as long as the view does not change). |
boolean |
isEnableCookieNotice()
Indicates whether a JavaScript check should be inserted into the page to verify that cookies are enabled in the browser. |
boolean |
isRequireSession()
Indicates whether the session id should be included in the form signature, hence binding the token to the session. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAllowMultiplePosts(boolean _allowMultiplePosts)
|
void |
setEnableCookieNotice(boolean _enableCookieNotice)
|
void |
setRequireSession(boolean _requireSession)
|
| Methods inherited from class org.jboss.seam.ui.component.UIToken |
|---|
getClientUid, getClientUidSelector, getParentForm |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter, setValue |
| 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, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
|---|
public HtmlToken()
| Method Detail |
|---|
public boolean isAllowMultiplePosts()
UIToken
isAllowMultiplePosts in class UITokenpublic void setAllowMultiplePosts(boolean _allowMultiplePosts)
setAllowMultiplePosts in class UITokenpublic boolean isEnableCookieNotice()
UIToken
isEnableCookieNotice in class UITokenpublic void setEnableCookieNotice(boolean _enableCookieNotice)
setEnableCookieNotice in class UITokenpublic boolean isRequireSession()
UIToken
isRequireSession in class UITokenpublic void setRequireSession(boolean _requireSession)
setRequireSession in class UITokenpublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIOutputpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIOutput
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIOutput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||