| Package | Description |
|---|---|
| com.helger.scope | |
| com.helger.scope.mgr | |
| com.helger.scope.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestScope
Default implementation for non-web request scopes.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IRequestScope> |
ScopeManager.onRequestBegin(String sScopeID,
String sSessionID,
BiFunction<? super String,? super String,T> aFactory) |
| Modifier and Type | Method and Description |
|---|---|
static IRequestScope |
ScopeManager.getRequestScope() |
IRequestScope |
Scoped.getRequestScope() |
static IRequestScope |
ScopeManager.getRequestScopeOrNull() |
static IRequestScope |
ScopeManager.onRequestBegin(String sScopeID,
String sSessionID) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ScopeManager.internalSetAndInitRequestScope(IRequestScope aRequestScope)
This method is only to be called by this class and the web scope manager!
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeSPIManager.onRequestScopeBegin(IRequestScope aRequestScope) |
void |
IRequestScopeSPI.onRequestScopeBegin(IRequestScope aRequestScope)
Called after the request scope was started
|
void |
ScopeSPIManager.onRequestScopeEnd(IRequestScope aRequestScope) |
void |
IRequestScopeSPI.onRequestScopeEnd(IRequestScope aRequestScope)
Called before the request scope is shut down
|
Copyright © 2016–2019 Philip Helger. All rights reserved.