| Package | Description |
|---|---|
| com.helger.commons.scope | |
| com.helger.commons.scope.mgr | |
| com.helger.commons.scope.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationScope
Represents a single "application scope".
|
| Modifier and Type | Method and Description |
|---|---|
protected IApplicationScope |
GlobalScope.createApplicationScope(String sApplicationID)
This method creates a new application scope.
|
IApplicationScope |
IGlobalScope.getApplicationScope(String sAppID,
boolean bCreateIfNotExisting)
Get or create an application scope with the given ID.
|
IApplicationScope |
GlobalScope.getApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<String,IApplicationScope> |
IGlobalScope.getAllApplicationScopes() |
ICommonsMap<String,IApplicationScope> |
GlobalScope.getAllApplicationScopes() |
| Modifier and Type | Method and Description |
|---|---|
IApplicationScope |
IScopeFactory.createApplicationScope(String sScopeID)
Create a new application scope
|
IApplicationScope |
DefaultScopeFactory.createApplicationScope(String sScopeID) |
static IApplicationScope |
ScopeManager.getApplicationScope()
Get or create the current application scope using the application ID
present in the request scope.
|
static IApplicationScope |
ScopeManager.getApplicationScope(boolean bCreateIfNotExisting)
Get or create the current application scope using the application ID
present in the request scope.
|
static IApplicationScope |
ScopeManager.getApplicationScope(String sApplicationID)
Get or create an application scope.
|
static IApplicationScope |
ScopeManager.getApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting)
Get or create an application scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeSPIManager.onApplicationScopeBegin(IApplicationScope aApplicationScope) |
void |
IApplicationScopeSPI.onApplicationScopeBegin(IApplicationScope aApplicationScope)
Called after the application scope was started
|
void |
ScopeSPIManager.onApplicationScopeEnd(IApplicationScope aApplicationScope) |
void |
IApplicationScopeSPI.onApplicationScopeEnd(IApplicationScope aApplicationScope)
Called before the application scope is shut down
|
Copyright © 2014–2016 Philip Helger. All rights reserved.