Package de.xima.fc.gui.common.bean.push
Class BackendApplicationPushContext
- java.lang.Object
 - 
- de.xima.fc.gui.common.bean.push.ABackendPushContext
 - 
- de.xima.fc.gui.common.bean.push.BackendApplicationPushContext
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@Dependent public class BackendApplicationPushContext extends ABackendPushContext
A backend push context that should scoped to the application scope.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BackendApplicationPushContext() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.omnifaces.cdi.PushContextgetPushContext()- 
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:
 getPushContextin classABackendPushContext
 
 - 
 
 -