| Interface | Description |
|---|---|
| IApplicationScope |
Interface for a single application scope object.
|
| IGlobalScope |
Interface for a single global scope object.
|
| IRequestScope |
Interface for a single request scope object.
|
| IScope |
This interface is used for all the common stuff of a scope.
|
| IScopeDestructionAware |
A listener interfaces that is invoked before a scope is destroyed.
|
| IScopeRenewalAware |
This is a marker interface for all objects that should survive a session
renewal.
|
| ISessionApplicationScope |
Interface for a single session application scope object.
|
| ISessionScope |
Interface for a single session scope object.
|
| Class | Description |
|---|---|
| AbstractMapBasedScope |
Abstract scope implementation based on a Map containing the attribute values.
|
| ApplicationScope |
Represents a single "application scope".
|
| GlobalScope |
Base implementation of the
IGlobalScope interface. |
| RequestScope |
Default implementation for non-web request scopes.
|
| ScopeHelper |
Global scope utility methods that don't nicely fit somewhere else.
|
| SessionApplicationScope |
Represents a single "session application scope".
|
| SessionScope |
Default implementation of the
ISessionScope interface |
Copyright © 2014–2015 Philip Helger. All rights reserved.