@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIAttachQueue extends AbstractAttachQueue implements javax.faces.event.ComponentSystemEventListener
The <a4j:attachQueue> behavior is used together with a <a4j:queue> component to further customize queuing for particular components and behaviors. The <a4j:attachQueue> behavior can override the scope-wide queue settings for an individual component, or attach specific requests to a queue.
Modifier and Type | Class and Description |
---|---|
protected static class |
UIAttachQueue.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIAttachQueue() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
String |
getName()
Identify the name of the destination queue
|
String |
getOnrequestdequeue()
The client-side script method to be called after the request is removed from the queue
|
String |
getOnrequestqueue()
The client-side script method to be called when the request is added to the queue
|
int |
getRequestDelay()
Attribute defines the time (in ms) the request will be waiting in the queue before it is ready to be sent.
|
String |
getRequestGroupingId()
Specify the groupingId to process multiple requests together.
|
boolean |
isIgnoreDupResponses()
Attribute allows you to ignore an Ajax response produced by a request if the newest 'similar' request is in the
queue already.
|
void |
setIgnoreDupResponses(boolean ignoreDupResponses) |
void |
setName(String name) |
void |
setOnrequestdequeue(String onrequestdequeue) |
void |
setOnrequestqueue(String onrequestqueue) |
void |
setRequestDelay(int requestDelay) |
void |
setRequestGroupingId(String requestGroupingId) |
associateWith, associateWith, getQueueId, processEvent
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class AbstractAttachQueue
public boolean isIgnoreDupResponses()
AbstractAttachQueue
isIgnoreDupResponses
in class AbstractAttachQueue
public void setIgnoreDupResponses(boolean ignoreDupResponses)
public String getName()
AbstractAttachQueue
getName
in class AbstractAttachQueue
public void setName(String name)
public String getOnrequestdequeue()
AbstractAttachQueue
getOnrequestdequeue
in class AbstractAttachQueue
public void setOnrequestdequeue(String onrequestdequeue)
public String getOnrequestqueue()
AbstractAttachQueue
getOnrequestqueue
in class AbstractAttachQueue
public void setOnrequestqueue(String onrequestqueue)
public int getRequestDelay()
AbstractAttachQueue
getRequestDelay
in class AbstractAttachQueue
public void setRequestDelay(int requestDelay)
public String getRequestGroupingId()
AbstractAttachQueue
getRequestGroupingId
in class AbstractAttachQueue
public void setRequestGroupingId(String requestGroupingId)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.