| Package | Description |
|---|---|
| org.eclnt.jsfserver.managedbean | |
| org.eclnt.jsfserver.rttools | |
| org.eclnt.workplace |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDispatcher
Dispatcher that manages managed beans inside a hash map - so that for
each managed bean class exactly one object instance is kept.
|
| Modifier and Type | Method and Description |
|---|---|
IDispatcher |
DefaultDispatcher.createSubDispatcherInstance()
Creates a sub dispatcher instance: the class of the instance
is the current class of this instance.
|
IDispatcher |
IDispatcher.createSubDispatcherInstance()
A dispatcher may have other dispatchers below.
|
IDispatcher |
DefaultDispatcher.createSubDispatcherInstance(java.lang.Class subDispatcherClass)
Creates a sub dispatcher instance of the class that is passed
as argument.
|
static IDispatcher |
DefaultDispatcher.getDialogSessionInstance()
Returns the root dispatcher instance within the current dialog session.
|
IDispatcher |
DefaultDispatcher.getOwner() |
IDispatcher |
IDispatcher.getOwner()
Passes back the dispatcher above.
|
IDispatcher |
DefaultDispatchedBean.getOwningDispatcher() |
IDispatcher |
DefaultDispatchedPageBean.getOwningDispatcher() |
IDispatcher |
DefaultDispatcher.getTopOwner() |
IDispatcher |
IDispatcher.getTopOwner()
Passes back the top owner of the dispatcher hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IDispatcher> |
DefaultDispatcher.getChildDispatchers()
A dispatcher may be hierarchized.
|
java.util.List<IDispatcher> |
IDispatcher.getChildDispatchers()
Returns a list of child dispatchers - if the dispatcher is hierarchized.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
DefaultDispatcherExtension.readObject(IDispatcher dispatcher,
java.lang.String key)
Default implementation: returns null.
|
java.lang.Object |
IDispatcherExtension.readObject(IDispatcher dispatcher,
java.lang.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) |
| Constructor and Description |
|---|
DefaultDispatchedBean(IDispatcher dispatcher) |
DefaultDispatchedPageBean(IDispatcher dispatcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
CCTDDispatcher |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWorkpageDispatcher
Dispatcher that is used within the workplace management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkpageDispatcher
Dispatcher extension that is taylored for workplace scenarios.
|
| Modifier and Type | Method and Description |
|---|---|
IDispatcher |
WorkpageDispatcher.createSubDispatcherInstance(java.lang.Class subDispatcherClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkpageDispatchedBean.setDispatcher(IDispatcher dispatcher) |
void |
WorkpageDispatchedPageBean.setDispatcher(IDispatcher dispatcher) |
void |
WorkpageDispatcher.setOwner(IDispatcher owner) |
| Constructor and Description |
|---|
FunctionTree(IDispatcher owner,
WorkplaceFunctionTreeInfoNode rootNode) |
WorkpageDispatchedBean(IDispatcher dispatcher)
Deprecated.
|
WorkplaceFavorites(IDispatcher dispatcher) |
WorkplaceFavorites(IDispatcher dispatcher,
java.lang.String persistId)
When passing a persistId, then favorites automatically
will be read and stored from persistence (via
StreamStore. |
WorkplaceFavoritesSquare(IDispatcher dispatcher) |
WorkplaceFavoritesSquare(IDispatcher dispatcher,
java.lang.String emptyImage,
java.lang.String emptyText) |
WorkplaceFunctionTree(IDispatcher owner) |
WorkplaceFunctionTreeFromInfoNode(IDispatcher owner,
WorkplaceFunctionTreeInfoNode rootNode) |
WorkplaceHistory(IDispatcher dispatcher)
Implicitly calls
WorkplaceHistory.WorkplaceHistory(IDispatcher, boolean) passing
"loadFromPersistence" with "false". |
WorkplaceHistory(IDispatcher dispatcher,
boolean loadFromPersistence) |
Copyright © CaptainCasa Gmbh. All Rights Reserved.