Uses of Interface
com.helger.web.scope.ISessionWebScope
-
Packages that use ISessionWebScope Package Description com.helger.web.scope.impl com.helger.web.scope.mgr com.helger.web.scope.session -
-
Uses of ISessionWebScope in com.helger.web.scope.impl
Classes in com.helger.web.scope.impl that implement ISessionWebScope Modifier and Type Class Description classSessionWebScopeDefault implementation of theISessionWebScopeinterface. -
Uses of ISessionWebScope in com.helger.web.scope.mgr
Methods in com.helger.web.scope.mgr with type parameters of type ISessionWebScope Modifier and Type Method Description static <T extends ISessionWebScope>
TWebScopeManager. onSessionBegin(jakarta.servlet.http.HttpSession aHttpSession, Function<? super jakarta.servlet.http.HttpSession,T> aFactory)Methods in com.helger.web.scope.mgr that return ISessionWebScope Modifier and Type Method Description static ISessionWebScopeWebScopeManager. getSessionScope()Get or create a session scope based on the current request scope.static ISessionWebScopeWebScopeManager. getSessionScope(boolean bCreateIfNotExisting)Get the session scope from the current request scope.static ISessionWebScopeWebScopeSessionManager. getSessionWebScopeOfID(String sScopeID)Get the web session scope with the specified ID.static ISessionWebScopeWebScopeSessionManager. getSessionWebScopeOfSession(jakarta.servlet.http.HttpSession aHttpSession)Get the session web scope of the passed HTTP session.static ISessionWebScopeWebScopeManager. internalGetOrCreateSessionScope(jakarta.servlet.http.HttpSession aHttpSession, boolean bCreateIfNotExisting, boolean bItsOkayToCreateANewScope)Internal method which does the main logic for session web scope creationstatic ISessionWebScopeWebScopeManager. internalGetSessionScope(boolean bCreateIfNotExisting, boolean bItsOkayToCreateANewSession)Get the session scope from the current request scope.static ISessionWebScopeWebScopeManager. internalGetSessionScope(IRequestWebScope aRequestScope, boolean bCreateIfNotExisting, boolean bItsOkayToCreateANewSession)Get the session scope of the provided request scope.static ISessionWebScopeWebScopeManager. onSessionBegin(jakarta.servlet.http.HttpSession aHttpSession)To be called, when a session web scope is initialized.static ISessionWebScopeWebScopeSessionHelper. renewSessionScope(jakarta.servlet.http.HttpSession aHttpSession)Renew the session scope identified by the passed HTTP session.Methods in com.helger.web.scope.mgr that return types with arguments of type ISessionWebScope Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsCollection<ISessionWebScope>WebScopeSessionManager. getAllSessionWebScopes() -
Uses of ISessionWebScope in com.helger.web.scope.session
Methods in com.helger.web.scope.session with parameters of type ISessionWebScope Modifier and Type Method Description voidISessionWebScopeActivationHandler. onSessionDidActivate(ISessionWebScope aSessionScope)Invoked after the session was activated.voidISessionWebScopePassivationHandler. onSessionWillPassivate(ISessionWebScope aSessionScope)Invoked before the session will be passivated.Constructors in com.helger.web.scope.session with parameters of type ISessionWebScope Constructor Description SessionWebScopeActivator(ISessionWebScope aSessionWebScope)Constructor for writing
-