| Class | Description |
|---|---|
| AbstractApplicationSingleton |
This is the base class for singleton objects that reside in the application
scope.
|
| 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.
|
| AbstractSessionApplicationSingleton |
This is the base class for singleton objects that reside in the session
application non-web scope.
|
| AbstractSessionSingleton |
This is the base class for singleton objects that reside in the session
non-web scope.
|
| AbstractSingleton |
Base class for all singletons.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.