org.jboss.seam.ui.component.html
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class HtmlToken extends UIToken
| Modifier and Type | Class and Description |
|---|---|
protected static class |
HtmlToken.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
HtmlToken() |
| Modifier and Type | Method and Description |
|---|---|
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 |
setAllowMultiplePosts(boolean allowMultiplePosts) |
void |
setEnableCookieNotice(boolean enableCookieNotice) |
void |
setRequireSession(boolean requireSession) |
getClientUid, getClientUidSelector, getParentFormclearInitialState, getConverter, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIOutputpublic boolean isAllowMultiplePosts()
UITokenisAllowMultiplePosts in class UITokenpublic void setAllowMultiplePosts(boolean allowMultiplePosts)
setAllowMultiplePosts in class UITokenpublic boolean isEnableCookieNotice()
UITokenisEnableCookieNotice in class UITokenpublic void setEnableCookieNotice(boolean enableCookieNotice)
setEnableCookieNotice in class UITokenpublic boolean isRequireSession()
UITokenisRequireSession in class UITokenpublic void setRequireSession(boolean requireSession)
setRequireSession in class UITokenCopyright © 2015 Seam Framework. All Rights Reserved.