|
Class Summary |
| AbstractGenericComponentManager |
Generic implementation that creates Component Manager instances based on the generic notion of a key. |
| ContextComponentManager |
Chains Component Managers to perform lookups based on the current execution context
(current user, current wiki, etc). |
| DelegateComponentManager |
Delegate all calls to a defined Component Manager, acting as a Proxy for it. |
| UserComponentManager |
Proxy Component Manager that creates and queries individual Component Managers specific to the current user in the
Execution Context. |
| WikiComponentManager |
Proxy Component Manager that creates and queries individual Component Managers specific to the current wiki in
the Execution Context. |