| Package | Description |
|---|---|
| io.undertow.servlet | |
| io.undertow.servlet.api | |
| io.undertow.servlet.core | |
| io.undertow.servlet.handlers | |
| io.undertow.servlet.handlers.security | |
| io.undertow.servlet.spec |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletExtension.handleDeployment(DeploymentInfo deploymentInfo,
ServletContextImpl servletContext) |
| Modifier and Type | Method and Description |
|---|---|
ServletContextImpl |
Deployment.getServletContext() |
| Modifier and Type | Method and Description |
|---|---|
ServletContextImpl |
DeploymentImpl.getServletContext() |
| Constructor and Description |
|---|
ManagedServlet(ServletInfo servletInfo,
ServletContextImpl servletContext) |
| Modifier and Type | Method and Description |
|---|---|
ServletContextImpl |
ServletRequestContext.getCurrentServetContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletRequestContext.setCurrentServetContext(ServletContextImpl currentServetContext) |
| Constructor and Description |
|---|
ServletInitialHandler(ServletPathMatches paths,
HttpHandler next,
CompositeThreadSetupAction setupAction,
ServletContextImpl servletContext) |
SessionRestoringHandler(String deploymentName,
SessionManager sessionManager,
ServletContextImpl servletContext,
HttpHandler next,
SessionPersistenceManager sessionPersistenceManager) |
| Constructor and Description |
|---|
CachedAuthenticatedSessionHandler(HttpHandler next,
ServletContextImpl servletContext) |
| Modifier and Type | Method and Description |
|---|---|
ServletContextImpl |
HttpServletResponseImpl.getServletContext() |
ServletContextImpl |
HttpServletRequestImpl.getServletContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServletResponseImpl.setServletContext(ServletContextImpl servletContext) |
void |
HttpServletRequestImpl.setServletContext(ServletContextImpl servletContext) |
| Constructor and Description |
|---|
HttpServletRequestImpl(HttpServerExchange exchange,
ServletContextImpl servletContext) |
HttpServletResponseImpl(HttpServerExchange exchange,
ServletContextImpl servletContext) |
RequestDispatcherImpl(ServletChain chain,
ServletContextImpl servletContext) |
RequestDispatcherImpl(String path,
ServletContextImpl servletContext) |
SessionCookieConfigImpl(ServletContextImpl servletContext) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.