| Interface | Description |
|---|---|
| IDispatcher |
Interface of a dispatcher that manages managed bean objects in
the following way: for each managed bean class one object is
kept.
|
| IDispatcherExtension |
It is possible to add dispatcher extensions so that the process
of finding beans for a name can be extended by adding a dispatcher
extension.
|
| Class | Description |
|---|---|
| DefaultDispatchedBean |
Default implementation of bean that is managed by a dispatcher.
|
| DefaultDispatchedPageBean |
Default implementation of bean that is managed by a dispatcher.
|
| DefaultDispatcher |
Dispatcher that manages managed beans inside a hash map - so that for
each managed bean class exactly one object instance is kept.
|
| DefaultDispatcher.DispatchedBeanInfo |
Interface from tools (layout editor - bean browser) into the
application.
|
| DefaultDispatcher.DispatcherInfo |
Interface from tools (layout editor - bean browser) into the
application.
|
| DefaultDispatcherExtension |
Default implementation of
IDispatcherExtension. |
| DefaultManagedBean | |
| HotDeployManager |
Returns back a class loader that is configured by /eclntjsfserver/hotdeploy.xml.
|
Copyright © CaptainCasa Gmbh. All Rights Reserved.