Uses of Interface
com.helger.scope.IRequestScope
-
Packages that use IRequestScope Package Description com.helger.scope com.helger.scope.mgr com.helger.scope.spi -
-
Uses of IRequestScope in com.helger.scope
Classes in com.helger.scope that implement IRequestScope Modifier and Type Class Description classRequestScopeDefault implementation for non-web request scopes. -
Uses of IRequestScope in com.helger.scope.mgr
Methods in com.helger.scope.mgr with type parameters of type IRequestScope Modifier and Type Method Description static <T extends IRequestScope>
TScopeManager. onRequestBegin(String sScopeID, String sSessionID, BiFunction<? super String,? super String,T> aFactory)Methods in com.helger.scope.mgr that return IRequestScope Modifier and Type Method Description IRequestScopeScoped. getRequestScope()static IRequestScopeScopeManager. getRequestScope()static IRequestScopeScopeManager. getRequestScopeOrNull()static IRequestScopeScopeManager. onRequestBegin(String sScopeID, String sSessionID)Methods in com.helger.scope.mgr with parameters of type IRequestScope Modifier and Type Method Description static voidScopeManager. internalSetAndInitRequestScope(IRequestScope aRequestScope)This method is only to be called by this class and the web scope manager! -
Uses of IRequestScope in com.helger.scope.spi
Methods in com.helger.scope.spi with parameters of type IRequestScope Modifier and Type Method Description voidIRequestScopeSPI. onRequestScopeBegin(IRequestScope aRequestScope)Called after the request scope was startedvoidScopeSPIManager. onRequestScopeBegin(IRequestScope aRequestScope)voidIRequestScopeSPI. onRequestScopeEnd(IRequestScope aRequestScope)Called before the request scope is shut downvoidScopeSPIManager. onRequestScopeEnd(IRequestScope aRequestScope)
-