Package org.apache.myfaces.push
Class _WebsocketInit
java.lang.Object
jakarta.faces.component.UIComponent
jakarta.faces.component.UIComponentBase
jakarta.faces.component.UIOutput
org.apache.myfaces.push._WebsocketInit
- All Implemented Interfaces:
- PartialStateHolder,- StateHolder,- TransientStateHolder,- ValueHolder,- ComponentSystemEventListener,- FacesListener,- SystemEventListenerHolder,- EventListener
@JSFComponent(template=true,
              clazz="org.apache.myfaces.push.WebsocketInit",
              family="jakarta.faces.Output",
              type="org.apache.myfaces.WebsocketInit",
              defaultRendererType="org.apache.myfaces.WebsocketInit")
public abstract class _WebsocketInit
extends UIOutput
This component is the one that render the initialization at the end of body section.
 
 The idea is it works like a buffer that collects all markup generated by 
 UIWebsocket and then render it at the end of body section. In that way it 
 is possible to preserve the context and ensure the script is called when the page
 is loaded.
- 
Field SummaryFieldsFields inherited from class jakarta.faces.component.UIOutputCOMPONENT_FAMILY, COMPONENT_TYPEFields inherited from class jakarta.faces.component.UIComponentATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, FACETS_KEY, VIEW_LOCATION_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.faces.component.UIOutputclearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValueMethods inherited from class jakarta.faces.component.UIComponentBaseaddClientBehavior, addFacesListener, broadcast, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, visitTreeMethods inherited from class jakarta.faces.component.UIComponentgetClientId, 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, unsubscribeFromEvent
- 
Field Details- 
ATTRIBUTE_COMPONENT_ID
 
- 
- 
Constructor Details- 
_WebsocketInitpublic _WebsocketInit()
 
- 
- 
Method Details- 
getUIWebsocketMarkupList
 
-