Uses of Interface
org.eclnt.jsfserver.managedbean.IDispatcher
Packages that use IDispatcher
-
Uses of IDispatcher in org.eclnt.jsfserver.managedbean
Classes in org.eclnt.jsfserver.managedbean that implement IDispatcherModifier and TypeClassDescriptionclass
Dispatcher that manages managed beans inside a hash map - so that for each managed bean class exactly one object instance is kept.Methods in org.eclnt.jsfserver.managedbean that return IDispatcherModifier and TypeMethodDescriptionDefaultDispatcher.createSubDispatcherInstance()
Creates a sub dispatcher instance: the class of the instance is the current class of this instance.DefaultDispatcher.createSubDispatcherInstance
(Class subDispatcherClass) Creates a sub dispatcher instance of the class that is passed as argument.IDispatcher.createSubDispatcherInstance()
A dispatcher may have other dispatchers below.static IDispatcher
DefaultDispatcher.getDialogSessionInstance()
Returns the root dispatcher instance within the current dialog session.static IDispatcher
DefaultDispatcher.getDialogSessionInstance
(ISessionAbstraction dialogSession) DefaultDispatcher.getOwner()
IDispatcher.getOwner()
Passes back the dispatcher above.DefaultDispatchedBean.getOwningDispatcher()
DefaultDispatchedPageBean.getOwningDispatcher()
DefaultDispatcher.getTopOwner()
IDispatcher.getTopOwner()
Passes back the top owner of the dispatcher hierarchy.Methods in org.eclnt.jsfserver.managedbean that return types with arguments of type IDispatcherModifier and TypeMethodDescriptionDefaultDispatcher.getChildDispatchers()
A dispatcher may be hierarchized.IDispatcher.getChildDispatchers()
Returns a list of child dispatchers - if the dispatcher is hierarchized.Methods in org.eclnt.jsfserver.managedbean with parameters of type IDispatcherModifier and TypeMethodDescriptionDefaultDispatcherExtension.readObject
(IDispatcher dispatcher, String key) Default implementation: returns null.IDispatcherExtension.readObject
(IDispatcher dispatcher, String key) protected void
DefaultDispatcher.registerSubDispatcherInstance
(IDispatcher subDispatcher) void
DefaultDispatchedBean.setDispatcher
(IDispatcher dispatcher) Set the dispatcher.void
DefaultDispatchedPageBean.setDispatcher
(IDispatcher dispatcher) Set the dispatcher.void
DefaultDispatcher.setOwner
(IDispatcher owner) void
IDispatcher.setOwner
(IDispatcher owner) void
DefaultDispatcher.unregisterSubDispatcherInstance
(IDispatcher subDispatcher) void
IDispatcher.unregisterSubDispatcherInstance
(IDispatcher subDispatcher) Constructors in org.eclnt.jsfserver.managedbean with parameters of type IDispatcherModifierConstructorDescriptionDefaultDispatchedBean
(IDispatcher dispatcher) DefaultDispatchedPageBean
(IDispatcher dispatcher) -
Uses of IDispatcher in org.eclnt.jsfserver.rttools
Classes in org.eclnt.jsfserver.rttools that implement IDispatcher -
Uses of IDispatcher in org.eclnt.workplace
Subinterfaces of IDispatcher in org.eclnt.workplaceModifier and TypeInterfaceDescriptioninterface
Dispatcher that is used within the workplace management.Classes in org.eclnt.workplace that implement IDispatcherModifier and TypeClassDescriptionclass
Dispatcher extension that is taylored for workplace scenarios.Methods in org.eclnt.workplace that return IDispatcherModifier and TypeMethodDescriptionWorkpageDispatcher.createSubDispatcherInstance
(Class subDispatcherClass) Methods in org.eclnt.workplace with parameters of type IDispatcherModifier and TypeMethodDescriptionvoid
WorkpageDispatchedBean.setDispatcher
(IDispatcher dispatcher) void
WorkpageDispatchedPageBean.setDispatcher
(IDispatcher dispatcher) void
WorkpageDispatcher.setOwner
(IDispatcher owner) Constructors in org.eclnt.workplace with parameters of type IDispatcherModifierConstructorDescriptionFunctionTree
(IDispatcher owner, WorkplaceFunctionTreeInfoNode rootNode) WorkpageDispatchedBean
(IDispatcher dispatcher) Deprecated.WorkplaceFavorites
(IDispatcher dispatcher) WorkplaceFavorites
(IDispatcher dispatcher, String persistId) When passing a persistId, then favorites automatically will be read and stored from persistence (viaStreamStore
.WorkplaceFavoritesSquare
(IDispatcher dispatcher) WorkplaceFavoritesSquare
(IDispatcher dispatcher, String emptyImage, String emptyText) WorkplaceFunctionTree
(IDispatcher owner) WorkplaceFunctionTreeFromInfoNode
(IDispatcher owner, WorkplaceFunctionTreeInfoNode rootNode) WorkplaceHistory
(IDispatcher dispatcher) Implicitly callsWorkplaceHistory(IDispatcher, boolean)
passing "loadFromPersistence" with "false".WorkplaceHistory
(IDispatcher dispatcher, boolean loadFromPersistence)