| Package | Description |
|---|---|
| com.helger.web.scope | |
| com.helger.web.scope.impl | |
| com.helger.web.scope.mgr | |
| com.helger.web.scope.multipart |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGlobalWebScope
Interface for a global web scope.
|
interface |
IRequestWebScope
Interface for a single web request scope object that also offers access to
the HTTP servlet response.
|
interface |
IRequestWebScopeWithoutResponse
Interface for a single web request scope object that does not offer access to
the HTTP response.
|
interface |
ISessionWebScope
Interface for a single session scope object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalWebScope
Implementation of the
IGlobalWebScope interface for web applications. |
class |
RequestWebScope
A request web scopes that does not parse multipart requests.
|
class |
SessionWebScope
Default implementation of the
ISessionWebScope interface. |
| Modifier and Type | Method and Description |
|---|---|
IWebScope |
EWebScope.getScope() |
IWebScope |
EWebScope.getScope(boolean bCreateIfNotExisting)
Get the current web scope object of this enum entry.
|
static IWebScope |
EWebScope.getScope(EWebScope eWebScope,
boolean bCreateIfNotExisting)
Resolve the currently matching web scope of the given
EWebScope
value. |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestWebScopeMultipart
The default request web scope that also tries to parse multi part requests if
the Content-Type matches .
|
Copyright © 2014–2019 Philip Helger. All rights reserved.