| Package | Description |
|---|---|
| com.helger.commons.scope | |
| com.helger.commons.scope.mgr | |
| com.helger.commons.scope.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionApplicationScope
Represents a single "session application scope".
|
| Modifier and Type | Method and Description |
|---|---|
protected ISessionApplicationScope |
SessionScope.createSessionApplicationScope(String sApplicationID) |
ISessionApplicationScope |
SessionScope.getSessionApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting) |
ISessionApplicationScope |
ISessionScope.getSessionApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting)
Create an application specific scope within the session.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<String,ISessionApplicationScope> |
SessionScope.getAllSessionApplicationScopes() |
ICommonsMap<String,ISessionApplicationScope> |
ISessionScope.getAllSessionApplicationScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionScope.restoreSessionApplicationScope(String sScopeID,
ISessionApplicationScope aScope) |
void |
ISessionScope.restoreSessionApplicationScope(String sScopeID,
ISessionApplicationScope aScope)
Restore a persisted session application scope
|
| Modifier and Type | Method and Description |
|---|---|
ISessionApplicationScope |
IScopeFactory.createSessionApplicationScope(String sScopeID)
Create a new session application scope
|
ISessionApplicationScope |
DefaultScopeFactory.createSessionApplicationScope(String sScopeID) |
static ISessionApplicationScope |
ScopeManager.getSessionApplicationScope() |
static ISessionApplicationScope |
ScopeManager.getSessionApplicationScope(boolean bCreateIfNotExisting) |
static ISessionApplicationScope |
ScopeManager.getSessionApplicationScope(String sApplicationID) |
static ISessionApplicationScope |
ScopeManager.getSessionApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeSPIManager.onSessionApplicationScopeBegin(ISessionApplicationScope aSessionApplicationScope) |
void |
ISessionApplicationScopeSPI.onSessionApplicationScopeBegin(ISessionApplicationScope aSessionApplicationScope)
Called after the session application scope was started
|
void |
ScopeSPIManager.onSessionApplicationScopeEnd(ISessionApplicationScope aSessionApplicationScope) |
void |
ISessionApplicationScopeSPI.onSessionApplicationScopeEnd(ISessionApplicationScope aSessionApplicationScope)
Called before the session application scope is shut down
|
Copyright © 2014–2016 Philip Helger. All rights reserved.