| Interface | Description |
|---|---|
| ManagedObject |
Interface for objects that may need cleanup after usage
|
| ScopeObjectContext |
A context for a scope object that provides binding to the scope objects environment
|
| ScopeObjectContextCreator | |
| ScopeProvider |
Interface for any object having a scope object registry
|
| ScopeResolver |
A resolver for a managed global scope
|
| Class | Description |
|---|---|
| ApplicationEventReceiver | |
| AppScopeResolver | |
| CallScopeResolver | |
| FormScopeResolver | |
| NoopScopeObjectContextCreator | |
| PageScopeResolver | |
| PortletPathScopeResolver | |
| PortletScopeResolver | |
| ScopeObjectRegistry |
Generic registry for objects stored on scopes.
|
| ScopeObjectRegistry.ScopeObject |
Object to hand out a scope object to the outside
|
| ScopeObjectRegistry.ScopeObjectData |
Objects to store instantiated objects with their local status on the server, normally in process contexts
|
| ScopeObjectRegistry.ScopeState |
Serializable wrapper for the scope state JSON object, ridiculously being not Java serializable
|
| ServerScopeResolver | |
| SessionScopeResolver | |
| WebsocketScopeResolver |