| Modifier and Type | Method | Description |
|---|---|---|
ServletContextImpl |
Deployment.getServletContext() |
| Modifier and Type | Method | Description |
|---|---|---|
ServletContextImpl |
DeploymentImpl.getServletContext() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DeploymentManagerImpl.handleDeploymentSessionConfig(DeploymentInfo deploymentInfo,
ServletContextImpl servletContext) |
|
void |
ManagedServlet.setupMultipart(ServletContextImpl servletContext) |
| Constructor | Description |
|---|---|
ManagedFilter(FilterInfo filterInfo,
ServletContextImpl servletContext) |
|
ManagedServlet(ServletInfo servletInfo,
ServletContextImpl servletContext) |
| Modifier and Type | Method | Description |
|---|---|---|
ServletContextImpl |
ServletRequestContext.getCurrentServletContext() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ServletRequestContext.setCurrentServletContext(ServletContextImpl currentServletContext) |
| Constructor | Description |
|---|---|
ServletInitialHandler(ServletPathMatches paths,
HttpHandler next,
Deployment deployment,
ServletContextImpl servletContext) |
|
SessionRestoringHandler(String deploymentName,
SessionManager sessionManager,
ServletContextImpl servletContext,
HttpHandler next,
SessionPersistenceManager sessionPersistenceManager) |
| Constructor | Description |
|---|---|
CachedAuthenticatedSessionHandler(HttpHandler next,
ServletContextImpl servletContext) |
| Modifier and Type | Field | Description |
|---|---|---|
static AttachmentKey<ServletContextImpl> |
ServletContextImpl.contextAttachmentKey |
| Modifier and Type | Method | Description |
|---|---|---|
ServletContextImpl |
HttpServletResponseImpl.getServletContext() |
|
ServletContextImpl |
HttpServletRequestImpl.getServletContext() |
| Modifier and Type | Method | Description |
|---|---|---|
HttpSessionImpl |
ServletContextImpl.getSession(ServletContextImpl originalServletContext,
HttpServerExchange exchange,
boolean create) |
|
void |
HttpServletResponseImpl.setServletContext(ServletContextImpl servletContext) |
|
void |
HttpServletRequestImpl.setServletContext(ServletContextImpl servletContext) |
| Constructor | Description |
|---|---|
FilterRegistrationImpl(FilterInfo filterInfo,
Deployment deployment,
ServletContextImpl servletContext) |
|
HttpServletRequestImpl(HttpServerExchange exchange,
ServletContextImpl servletContext) |
|
HttpServletResponseImpl(HttpServerExchange exchange,
ServletContextImpl servletContext) |
|
PartImpl(String name,
FormData.FormValue formValue,
javax.servlet.MultipartConfigElement config,
ServletContextImpl servletContext,
HttpServletRequestImpl servletRequest) |
|
RequestDispatcherImpl(ServletChain chain,
ServletContextImpl servletContext) |
|
RequestDispatcherImpl(String path,
ServletContextImpl servletContext) |
|
SessionCookieConfigImpl(ServletContextImpl servletContext) |
| Modifier and Type | Method | Description |
|---|---|---|
static ServletPathMatch |
DispatchUtils.dispatchAsync(String path,
HttpServletRequestImpl requestImpl,
HttpServletResponseImpl responseImpl,
ServletContextImpl servletContext)
Perform an async dispatch to a path assigning everything needed to the
request, response and exchange.
|
|
static ServletPathMatch |
DispatchUtils.dispatchError(String path,
String servletName,
Throwable exception,
String message,
HttpServletRequestImpl requestImpl,
HttpServletResponseImpl responseImpl,
ServletContextImpl servletContext)
Perform a error dispatch to a path assigning everything needed to the
request, response and exchange.
|
|
static ServletPathMatch |
DispatchUtils.dispatchForward(String path,
HttpServletRequestImpl requestImpl,
HttpServletResponseImpl responseImpl,
ServletContextImpl servletContext)
Perform a forward dispatch to a path assigning everything needed to the
request, response and exchange.
|
|
static ServletPathMatch |
DispatchUtils.dispatchInclude(String path,
HttpServletRequestImpl requestImpl,
HttpServletResponseImpl responseImpl,
ServletContextImpl servletContext)
Perform an include dispatch to a path assigning everything needed to the
request, response and exchange.
|
Copyright © 2026 JBoss by Red Hat. All rights reserved.