Uses of Interface
com.helger.scope.ISessionScope
-
Packages that use ISessionScope Package Description com.helger.scope com.helger.scope.mgr com.helger.scope.spi -
-
Uses of ISessionScope in com.helger.scope
Classes in com.helger.scope that implement ISessionScope Modifier and Type Class Description classSessionScopeDefault implementation of theISessionScopeinterface -
Uses of ISessionScope in com.helger.scope.mgr
Methods in com.helger.scope.mgr that return ISessionScope Modifier and Type Method Description static ISessionScopeScopeManager. getSessionScope()Get the current session scope, based on the current request scope.static ISessionScopeScopeManager. getSessionScope(boolean bCreateIfNotExisting)Get the current session scope, based on the current request scope.static ISessionScopeScopeManager. getSessionScope(boolean bCreateIfNotExisting, Function<? super String,? extends ISessionScope> aFactory)ISessionScopeScopeSessionManager. getSessionScopeOfID(String sScopeID)Get the session scope with the specified ID.Methods in com.helger.scope.mgr that return types with arguments of type ISessionScope Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<ISessionScope>ScopeSessionManager. getAllSessionScopes()Methods in com.helger.scope.mgr with parameters of type ISessionScope Modifier and Type Method Description static voidScopeManager. destroySessionScope(ISessionScope aSessionScope)Manually destroy the passed session scope.voidScopeSessionManager. onScopeBegin(ISessionScope aSessionScope)Register the passed session scope in the internal map, call the#initScope()method and finally invoke the SPIs for the new scope.voidScopeSessionManager. onScopeEnd(ISessionScope aSessionScope)Close the passed session scope gracefully.Method parameters in com.helger.scope.mgr with type arguments of type ISessionScope Modifier and Type Method Description static ISessionScopeScopeManager. getSessionScope(boolean bCreateIfNotExisting, Function<? super String,? extends ISessionScope> aFactory) -
Uses of ISessionScope in com.helger.scope.spi
Methods in com.helger.scope.spi with parameters of type ISessionScope Modifier and Type Method Description voidISessionScopeSPI. onSessionScopeBegin(ISessionScope aSessionScope)Called after the session scope was startedvoidScopeSPIManager. onSessionScopeBegin(ISessionScope aSessionScope)voidISessionScopeSPI. onSessionScopeEnd(ISessionScope aSessionScope)Called before the session scope is shut downvoidScopeSPIManager. onSessionScopeEnd(ISessionScope aSessionScope)
-