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 TypeClassDescriptionclassclassNested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
PageBeanComponentAsControlWithAction.IDirectActionListenerNested 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 TypeMethodDescriptionvoidclose()protected ENUMPollingTypebooleanbooleanInside the page definition the bean is addressed via a certain root expression - e.g.static voidCalled by default start up of CC environment viaCCInitialize.protected voidinitializePolling(ENUMPollingType pollingType) static voidinitializePollingType(ENUMPollingType pollingType) May be called by application.voidonAction(ActionEvent event) voidCalled before processing the render phase with page bean.voidwakeup(boolean continuePolling) Methods inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
delegateActionEvent, getDirectActionListener, setActionDelegationListener, setDirectActionListenerMethods inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl
getLit, initializePageBean, initializePageBeanConfigItems, transferAttributeReferencesIntoPageBeanInstanceMethods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolverMethods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout
addConfiguredByLayoutListener, removeConfiguredByLayoutListenerMethods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, openModalPopup, openModelessPopup, setActualRootExpressionMethods 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:IPageBeanInside 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:
getRootExpressionUsedInPagein interfaceIPageBean- Specified by:
getRootExpressionUsedInPagein classPageBean
-
onBeforeRendering
public void onBeforeRendering()Description copied from class:PageBeanCalled 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:
onBeforeRenderingin interfaceIPageBean- Overrides:
onBeforeRenderingin 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
-
findCurrentPollingType
-
initializePolling
-