| Package | Description |
|---|---|
| com.helger.web.scope.impl | |
| com.helger.web.scope.mgr |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalWebScope
Implementation of the
IGlobalWebScope interface for web applications. |
| Modifier and Type | Method and Description |
|---|---|
static IGlobalWebScope |
WebScopeManager.getGlobalScope() |
static IGlobalWebScope |
WebScopeManager.getGlobalScopeOrNull() |
static IGlobalWebScope |
WebScopeManager.onGlobalBegin(javax.servlet.ServletContext aServletContext)
To be called, when the global web scope is initialized.
|
static IGlobalWebScope |
WebScopeManager.onGlobalBegin(javax.servlet.ServletContext aServletContext,
Function<? super javax.servlet.ServletContext,? extends IGlobalWebScope> aFactory) |
| Modifier and Type | Method and Description |
|---|---|
static IGlobalWebScope |
WebScopeManager.onGlobalBegin(javax.servlet.ServletContext aServletContext,
Function<? super javax.servlet.ServletContext,? extends IGlobalWebScope> aFactory) |
Copyright © 2014–2019 Philip Helger. All rights reserved.