| Interface | Description |
|---|---|
| IWebSingleton |
Marker interface for web singletons to easily differentiate them from non-web
singletons.
|
| Class | Description |
|---|---|
| AbstractGlobalWebSingleton |
This is the base class for singleton objects that reside in the global scope.
|
| AbstractRequestWebSingleton |
This is the base class for singleton objects that reside in the request
scope.
|
| AbstractSessionWebSingleton |
This is the base class for singleton objects that reside in the session web
scope.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.