Class WorkpageDispatcher

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, Statusbar.IStatusBarDrillDownInfoProvider, IDispatcher, IWorkpageDispatcher
Direct Known Subclasses:
CCTDDispatcher

public abstract class WorkpageDispatcher extends DefaultDispatcher implements IWorkpageDispatcher, Statusbar.IStatusBarDrillDownInfoProvider, Serializable
Dispatcher extension that is taylored for workplace scenarios. The dispatcher is connected to an instance of IWorkpageContainer - on top dispatcher level ("#{d}") this instance is created through the createWorkpageContainer() method. On sub dispatcher level ("#{d.d_1}") this instance is passed into the dispatchers automatically, so that sub.dispatchers know their workpage container.
See Also: