public class OpenAjaxScript extends UIOutput
Modifier and Type | Field and Description |
---|---|
protected String |
openAjaxTopic |
protected boolean |
shouldSubscribe |
static String |
TYPE |
COMPONENT_FAMILY, COMPONENT_TYPE
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
Constructor and Description |
---|
OpenAjaxScript() |
Modifier and Type | Method and Description |
---|---|
String |
getOpenAjaxTopic() |
boolean |
isShouldSubscribe() |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setOpenAjaxTopic(String openAjaxTopic) |
void |
setShouldSubscribe(boolean shouldSubscribe) |
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, resetValue, 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, getPassThroughAttributes, 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, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String TYPE
protected String openAjaxTopic
protected boolean shouldSubscribe
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIOutput
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIOutput
public String getOpenAjaxTopic()
public void setOpenAjaxTopic(String openAjaxTopic)
public boolean isShouldSubscribe()
public void setShouldSubscribe(boolean shouldSubscribe)