| Class | Description |
|---|---|
| AbstractGlobalSingleton |
This is the base class for singleton objects that reside in the global scope.
|
| AbstractRequestSingleton |
This is the base class for singleton objects that reside in the request
scope.
|
| AbstractSessionSingleton |
This is the base class for singleton objects that reside in the session
non-web scope.
|
| AbstractSingleton |
Base class for all singletons.
|
| SingletonHelper |
Global singleton utility methods that don't nicely fit somewhere else.
|
Copyright © 2016–2019 Philip Helger. All rights reserved.