Uses of Interface
com.helger.scope.IScopeDestructionAware
-
Packages that use IScopeDestructionAware Package Description com.helger.scope.mgr com.helger.scope.singleton -
-
Uses of IScopeDestructionAware in com.helger.scope.mgr
Classes in com.helger.scope.mgr that implement IScopeDestructionAware Modifier and Type Class Description classScopeSessionManagerInternal manager class for session scopes.
This class is only non-final so that the WebScopeSessionManager can be used for web scopes! -
Uses of IScopeDestructionAware in com.helger.scope.singleton
Classes in com.helger.scope.singleton that implement IScopeDestructionAware Modifier and Type Class Description classAbstractGlobalSingletonThis is the base class for singleton objects that reside in the global scope.classAbstractRequestSingletonThis is the base class for singleton objects that reside in the request scope.classAbstractSessionSingletonThis is the base class for singleton objects that reside in the session non-web scope.classAbstractSingletonBase class for all singletons.
-