| Package | Description |
|---|---|
| com.helger.commons.scope | |
| com.helger.commons.scope.mgr | |
| com.helger.commons.scope.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestScope
Default implementation for non-web request scopes.
|
| Modifier and Type | Method and Description |
|---|---|
IRequestScope |
IScopeFactory.createRequestScope(String sScopeID,
String sSessionID)
Create a new request scope
|
IRequestScope |
DefaultScopeFactory.createRequestScope(String sScopeID,
String sSessionID) |
static IRequestScope |
ScopeManager.getRequestScope() |
static IRequestScope |
ScopeManager.getRequestScopeOrNull() |
static IRequestScope |
ScopeManager.onRequestBegin(String sApplicationID,
String sScopeID,
String sSessionID) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ScopeManager.getRequestApplicationID(IRequestScope aRequestScope)
Get the application ID associated to the passed request scope
|
static void |
ScopeManager.setAndInitRequestScope(String sApplicationID,
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 © 2014–2017 Philip Helger. All rights reserved.