public abstract class AbstractQueue
extends javax.faces.component.UIComponentBase
The <a4j:queue> component manages the JSF queue of Ajax requests. It provides additional options for a finer control of request processing.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
GLOBAL_QUEUE_NAME |
Constructor and Description |
---|
AbstractQueue() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getName()
Specifies the name for the queue, allowing it to be referenced via the name attribute of the attachQueue component
|
abstract String |
getOnbeforedomupdate()
The client-side script method to be called before DOM is updated
|
abstract String |
getOncomplete()
The client-side script method to be called after the request is completed
|
abstract String |
getOnerror()
The client-side script method to be called when an error has occurred during Ajax communications
|
abstract String |
getOnrequestdequeue()
The client-side script method to be called after the request is removed from the queue
|
abstract String |
getOnrequestqueue()
The client-side script method to be called when the request is added to the queue
|
abstract String |
getOnsubmit()
The client-side script method to be called before an ajax request is submitted
|
abstract int |
getRequestDelay()
Attribute defines the time (in ms) the request will be waiting in the queue before it is ready to be sent.
|
abstract String |
getStatus()
Name of the request status component that will indicate the status of the Ajax request going through the queue
|
abstract boolean |
isIgnoreDupResponses()
Attribute allows you to ignore an Ajax response produced by a request if the newest 'similar' request is in the
queue already.
|
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, getFamily, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String GLOBAL_QUEUE_NAME
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract int getRequestDelay()
public abstract String getOnsubmit()
public abstract String getOncomplete()
public abstract String getOnbeforedomupdate()
public abstract String getOnerror()
public abstract String getOnrequestqueue()
public abstract String getOnrequestdequeue()
public abstract boolean isIgnoreDupResponses()
public abstract String getName()
public abstract String getStatus()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.