| Interface | Description |
|---|---|
| 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.
|
| ISessionScope |
Interface for a single session scope object.
|
| Class | Description |
|---|---|
| AbstractScope |
Abstract scope implementation based on a Map containing the attribute values.
|
| GlobalScope |
Base implementation of the
IGlobalScope interface. |
| RequestScope |
Default implementation for non-web request scopes.
|
| ScopeCleanup |
The sole purpose of this class to clear all caches, that reside in this
library.
|
| ScopeHelper |
Global scope utility methods that don't nicely fit somewhere else.
|
| SessionScope |
Default implementation of the
ISessionScope interface |
Copyright © 2016–2019 Philip Helger. All rights reserved.