| Package | Description |
|---|---|
| com.helger.commons.scopes | |
| com.helger.commons.scopes.mgr | |
| com.helger.commons.scopes.singleton | |
| com.helger.commons.scopes.singleton.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSingleton
Base class for all singletons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeSessionManager
Internal manager class for session scopes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationSingleton
This is the base class for singleton objects that reside in the application
scope.
|
class |
GlobalSingleton
This is the base class for singleton objects that reside in the global scope.
|
class |
RequestSingleton
This is the base class for singleton objects that reside in the request
scope.
|
class |
SessionApplicationSingleton
This is the base class for singleton objects that reside in the session
application non-web scope.
|
class |
SessionSingleton
This is the base class for singleton objects that reside in the session
non-web scope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
class |
GlobalSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
class |
RequestSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
class |
SessionApplicationSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
class |
SessionSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.