Package de.xima.fc.gui.common.bean.push
Class BackendViewPushContext
- java.lang.Object
-
- de.xima.fc.gui.common.bean.push.ABackendPushContext
-
- de.xima.fc.gui.common.bean.push.BackendViewPushContext
-
- All Implemented Interfaces:
Serializable
@Dependent public class BackendViewPushContext extends ABackendPushContext
A backend push context that is scoped to a JSF view.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackendViewPushContext()
-
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
-
-