Package | Description |
---|---|
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 |
---|---|
ServletContextImpl |
Deployment.getServletContext() |
Modifier and Type | Method and Description |
---|---|
ServletContextImpl |
DeploymentImpl.getServletContext() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManagerImpl.handleDeploymentSessionConfig(DeploymentInfo deploymentInfo,
ServletContextImpl servletContext) |
void |
ManagedServlet.setupMultipart(ServletContextImpl servletContext) |
Constructor and Description |
---|
ManagedFilter(FilterInfo filterInfo,
ServletContextImpl servletContext) |
ManagedServlet(ServletInfo servletInfo,
ServletContextImpl servletContext) |
Modifier and Type | Method and Description |
---|---|
ServletContextImpl |
ServletRequestContext.getCurrentServletContext() |
Modifier and Type | Method and Description |
---|---|
void |
ServletRequestContext.setCurrentServletContext(ServletContextImpl currentServletContext) |
Constructor and Description |
---|
ServletInitialHandler(ServletPathMatches paths,
io.undertow.server.HttpHandler next,
Deployment deployment,
ServletContextImpl servletContext) |
SessionRestoringHandler(String deploymentName,
io.undertow.server.session.SessionManager sessionManager,
ServletContextImpl servletContext,
io.undertow.server.HttpHandler next,
SessionPersistenceManager sessionPersistenceManager) |
Constructor and Description |
---|
CachedAuthenticatedSessionHandler(io.undertow.server.HttpHandler next,
ServletContextImpl servletContext) |
Modifier and Type | Method and Description |
---|---|
ServletContextImpl |
HttpServletRequestImpl.getServletContext() |
ServletContextImpl |
HttpServletResponseImpl.getServletContext() |
Modifier and Type | Method and Description |
---|---|
HttpSessionImpl |
ServletContextImpl.getSession(ServletContextImpl originalServletContext,
io.undertow.server.HttpServerExchange exchange,
boolean create) |
void |
HttpServletRequestImpl.setServletContext(ServletContextImpl servletContext) |
void |
HttpServletResponseImpl.setServletContext(ServletContextImpl servletContext) |
Constructor and Description |
---|
FilterRegistrationImpl(FilterInfo filterInfo,
Deployment deployment,
ServletContextImpl servletContext) |
HttpServletRequestImpl(io.undertow.server.HttpServerExchange exchange,
ServletContextImpl servletContext) |
HttpServletResponseImpl(io.undertow.server.HttpServerExchange exchange,
ServletContextImpl servletContext) |
PartImpl(String name,
io.undertow.server.handlers.form.FormData.FormValue formValue,
javax.servlet.MultipartConfigElement config,
ServletContextImpl servletContext,
HttpServletRequestImpl servletRequest) |
RequestDispatcherImpl(ServletChain chain,
ServletContextImpl servletContext) |
RequestDispatcherImpl(String path,
ServletContextImpl servletContext) |
SessionCookieConfigImpl(ServletContextImpl servletContext) |
Copyright © 2016. All rights reserved.