Package de.xima.fc.gui.common.bean.push
Class BackendSessionPushContext
- java.lang.Object
-
- de.xima.fc.gui.common.bean.push.ABackendPushContext
-
- de.xima.fc.gui.common.bean.push.BackendSessionPushContext
-
- All Implemented Interfaces:
Serializable
@Dependent public class BackendSessionPushContext extends ABackendPushContext
A backend push context that should be scoped to a HTTP session.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackendSessionPushContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.omnifaces.cdi.PushContext
getPushContext()
-
Methods inherited from class de.xima.fc.gui.common.bean.push.ABackendPushContext
sendAjaxCall, sendEvent, sendEvent, sendExecuteScript, sendFacesMessage, sendFacesMessages, sendFacesMessages, sendFacesMessages, sendRemoteCommand, sendRemoteCommand, sendUpdatePageTitle
-
-
-
-
Method Detail
-
getPushContext
protected org.omnifaces.cdi.PushContext getPushContext()
- Specified by:
getPushContext
in classABackendPushContext
-
-