| Package | Description |
|---|---|
| com.helger.scope | |
| com.helger.scope.mgr | |
| com.helger.scope.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalScope
Base implementation of the
IGlobalScope interface. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IGlobalScope> |
ScopeManager.onGlobalBegin(String sScopeID,
Function<? super String,T> aFactory) |
| Modifier and Type | Method and Description |
|---|---|
static IGlobalScope |
ScopeManager.getGlobalScope() |
static IGlobalScope |
ScopeManager.getGlobalScopeOrNull() |
static IGlobalScope |
ScopeManager.onGlobalBegin(String sScopeID)
This method is used to set the initial global scope.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ScopeManager.setGlobalScope(IGlobalScope aGlobalScope)
This method is only to be called by this class and the web scope manager!
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeSPIManager.onGlobalScopeBegin(IGlobalScope aGlobalScope) |
void |
IGlobalScopeSPI.onGlobalScopeBegin(IGlobalScope aGlobalScope)
Called after the global scope was started
|
void |
ScopeSPIManager.onGlobalScopeEnd(IGlobalScope aGlobalScope) |
void |
IGlobalScopeSPI.onGlobalScopeEnd(IGlobalScope aGlobalScope)
Called before the global scope is shut down
|
Copyright © 2016–2019 Philip Helger. All rights reserved.