| Package | Description |
|---|---|
| com.helger.web.scope.impl | |
| com.helger.web.scope.mgr | |
| com.helger.web.scope.multipart | |
| com.helger.web.scope.request | |
| com.helger.web.servlets.scope |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestWebScope
A request web scopes that does not parse multipart requests.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IRequestWebScope> |
WebScopeManager.onRequestBegin(javax.servlet.http.HttpServletRequest aHttpRequest,
javax.servlet.http.HttpServletResponse aHttpResponse,
BiFunction<? super javax.servlet.http.HttpServletRequest,? super javax.servlet.http.HttpServletResponse,T> aFactory) |
| Modifier and Type | Method and Description |
|---|---|
static IRequestWebScope |
WebScopeManager.getRequestScope() |
IRequestWebScope |
WebScoped.getRequestScope() |
static IRequestWebScope |
WebScopeManager.getRequestScopeOrNull() |
static IRequestWebScope |
WebScopeManager.onRequestBegin(javax.servlet.http.HttpServletRequest aHttpRequest,
javax.servlet.http.HttpServletResponse aHttpResponse) |
| Modifier and Type | Method and Description |
|---|---|
static ISessionWebScope |
WebScopeManager.internalGetSessionScope(IRequestWebScope aRequestScope,
boolean bCreateIfNotExisting,
boolean bItsOkayToCreateANewSession)
Get the session scope of the provided request scope.
|
| 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 .
|
| Modifier and Type | Method and Description |
|---|---|
IRequestWebScope |
RequestScopeInitializer.getRequestScope() |
| Modifier and Type | Method and Description |
|---|---|
static RequestScopeInitializer |
RequestScopeInitializer.create(javax.servlet.http.HttpServletRequest aHttpRequest,
javax.servlet.http.HttpServletResponse aHttpResponse,
BiFunction<? super javax.servlet.http.HttpServletRequest,? super javax.servlet.http.HttpServletResponse,IRequestWebScope> aFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.helger.commons.state.EContinue |
AbstractScopeAwareFilter.doHttpFilter(javax.servlet.http.HttpServletRequest aHttpRequest,
javax.servlet.http.HttpServletResponse aHttpResponse,
IRequestWebScope aRequestScope)
Implement this main filtering method in subclasses.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.