Class UNIFIEDPOLLINGBinding
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl
org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
org.eclnt.jsfserver.elements.polling.UNIFIEDPOLLINGBinding
- All Implemented Interfaces:
Serializable
,IConfiguredByLayout
,IActionEventDelegationProvider
,IPageBeanComponentAsControl
,IPageBean
,IDynamicContentBindingObject
public class UNIFIEDPOLLINGBinding
extends PageBeanComponentAsControlWithAction
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
Nested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
PageBeanComponentAsControlWithAction.IDirectActionListener
Nested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl
PageBeanComponentAsControl.ILiteralResolver, PageBeanComponentAsControl.LitMap
-
Field Summary
Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected ENUMPollingType
boolean
boolean
Inside the page definition the bean is addressed via a certain root expression - e.g.static void
Called by default start up of CC environment viaCCInitialize
.protected void
initializePolling
(ENUMPollingType pollingType) static void
initializePollingType
(ENUMPollingType pollingType) May be called by application.void
onAction
(javax.faces.event.ActionEvent event) void
Called before processing the render phase with page bean.void
wakeup
(boolean continuePolling) Methods inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
delegateActionEvent, getDirectActionListener, setActionDelegationListener, setDirectActionListener
Methods inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl
getLit, initializePageBean, initializePageBeanConfigItems, transferAttributeReferencesIntoPageBeanInstance
Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolver
Methods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpression
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout
addConfiguredByLayoutListener, removeConfiguredByLayoutListener
Methods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, openModalPopup, openModelessPopup, setActualRootExpression
Methods inherited from interface org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControl
initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
-
Constructor Details
-
UNIFIEDPOLLINGBinding
public UNIFIEDPOLLINGBinding()
-
-
Method Details
-
initialize
public static void initialize()Called by default start up of CC environment viaCCInitialize
. Set the polling type according to definition in system.xml -
initializePollingType
May be called by application. Overrides the information that is part ofinitialize()
. -
getRootExpressionUsedInPage
Description copied from interface:IPageBean
Inside the page definition the bean is addressed via a certain root expression - e.g. "#{d.XYZBean}". The page bean management requires this expression in order to execute certain expression replacements when loading the page at runtime.- Specified by:
getRootExpressionUsedInPage
in interfaceIPageBean
- Specified by:
getRootExpressionUsedInPage
in classPageBean
-
onBeforeRendering
public void onBeforeRendering()Description copied from class:PageBean
Called before processing the render phase with page bean. This method is called with every roundtrip that is executed between UI-client and server.- Specified by:
onBeforeRendering
in interfaceIPageBean
- Overrides:
onBeforeRendering
in classPageBean
-
getAvailableLongPollingURL
public boolean getAvailableLongPollingURL() -
getAvailableLongPollingWebSocket
public boolean getAvailableLongPollingWebSocket() -
getStatusbarneutral
-
getDuration
-
getRestarttrigger
-
getAvoidvalidations
-
getLongPollingURL
-
wakeup
public void wakeup(boolean continuePolling) -
close
public void close() -
onAction
public void onAction(javax.faces.event.ActionEvent event) -
findCurrentPollingType
-
initializePolling
-