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, getParentForm
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue
addClientBehavior, 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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIOutput
public boolean isAllowMultiplePosts()
UIToken
isAllowMultiplePosts
in class UIToken
public void setAllowMultiplePosts(boolean allowMultiplePosts)
setAllowMultiplePosts
in class UIToken
public boolean isEnableCookieNotice()
UIToken
isEnableCookieNotice
in class UIToken
public void setEnableCookieNotice(boolean enableCookieNotice)
setEnableCookieNotice
in class UIToken
public boolean isRequireSession()
UIToken
isRequireSession
in class UIToken
public void setRequireSession(boolean requireSession)
setRequireSession
in class UIToken
Copyright © 2015 Seam Framework. All Rights Reserved.