@JSFComponent(clazz="org.apache.myfaces.push.WebsocketComponent",
              family="javax.faces.Output",
              type="org.apache.myfaces.WebsocketComponent",
              defaultRendererType="org.apache.myfaces.WebsocketComponent")
public abstract class AbstractWebsocketComponent
extends UIOutput
implements ClientBehaviorHolder
COMPONENT_FAMILY, COMPONENT_TYPEATTRS_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 | 
|---|
| AbstractWebsocketComponent() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract String | getChannel() | 
| Collection<String> | getEventNames() | 
| abstract String | getInitComponentId()Return the id used by the component used to render the markup at the end of body section. | 
| abstract String | getOnclose() | 
| abstract String | getOnmessage() | 
| abstract String | getOnopen() | 
| abstract String | getScope() | 
| abstract String | getUser() | 
| abstract boolean | isConnected() | 
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddClientBehavior, getClientBehaviors, getDefaultEventName@JSFProperty public abstract String getChannel()
@JSFProperty public abstract String getScope()
@JSFProperty public abstract String getUser()
@JSFProperty public abstract String getOnopen()
@JSFProperty public abstract String getOnmessage()
@JSFProperty public abstract String getOnclose()
@JSFProperty(defaultValue="true") public abstract boolean isConnected()
@JSFProperty(tagExcluded=true) public abstract String getInitComponentId()
public Collection<String> getEventNames()
getEventNames in interface ClientBehaviorHoldergetEventNames in class UIComponentBaseCopyright © 2025 The Apache Software Foundation. All rights reserved.