| Interface | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| AbstractMapBasedScope |
Abstract scope implementation based on a Map containing the attribute values.
|
| AbstractSingleton |
Base class for all singletons.
|
| MetaScopeFactory |
The meta scope factory holding both the factory for non-web scopes as well as
the factory for web-scopes.
|
| ScopeRenewalAwareWrapper<DATATYPE extends Serializable> |
This is a wrapper around any object that is scope renewal aware.
|
| ScopeUtils |
Global scope utility methods that don't nicely fit somewhere else.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.