Uses of Class
io.undertow.servlet.spec.ServletContextImpl
-
Packages that use ServletContextImpl Package Description io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.handlers io.undertow.servlet.handlers.security io.undertow.servlet.spec -
-
Uses of ServletContextImpl in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ServletContextImpl Modifier and Type Method Description ServletContextImpl
Deployment. getServletContext()
-
Uses of ServletContextImpl in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return ServletContextImpl Modifier and Type Method Description ServletContextImpl
DeploymentImpl. getServletContext()
Methods in io.undertow.servlet.core with parameters of type ServletContextImpl Modifier and Type Method Description void
DeploymentManagerImpl. handleDeploymentSessionConfig(DeploymentInfo deploymentInfo, ServletContextImpl servletContext)
void
ManagedServlet. setupMultipart(ServletContextImpl servletContext)
Constructors in io.undertow.servlet.core with parameters of type ServletContextImpl Constructor Description ManagedFilter(FilterInfo filterInfo, ServletContextImpl servletContext)
ManagedServlet(ServletInfo servletInfo, ServletContextImpl servletContext)
-
Uses of ServletContextImpl in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return ServletContextImpl Modifier and Type Method Description ServletContextImpl
ServletRequestContext. getCurrentServletContext()
Methods in io.undertow.servlet.handlers with parameters of type ServletContextImpl Modifier and Type Method Description void
ServletRequestContext. setCurrentServletContext(ServletContextImpl currentServletContext)
Constructors in io.undertow.servlet.handlers with parameters of type ServletContextImpl Constructor Description ServletInitialHandler(ServletPathMatches paths, io.undertow.server.HttpHandler next, Deployment deployment, ServletContextImpl servletContext)
SessionRestoringHandler(java.lang.String deploymentName, io.undertow.server.session.SessionManager sessionManager, ServletContextImpl servletContext, io.undertow.server.HttpHandler next, SessionPersistenceManager sessionPersistenceManager)
-
Uses of ServletContextImpl in io.undertow.servlet.handlers.security
Constructors in io.undertow.servlet.handlers.security with parameters of type ServletContextImpl Constructor Description CachedAuthenticatedSessionHandler(io.undertow.server.HttpHandler next, ServletContextImpl servletContext)
-
Uses of ServletContextImpl in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec that return ServletContextImpl Modifier and Type Method Description ServletContextImpl
HttpServletRequestImpl. getServletContext()
ServletContextImpl
HttpServletResponseImpl. getServletContext()
Methods in io.undertow.servlet.spec with parameters of type ServletContextImpl Modifier and Type Method Description HttpSessionImpl
ServletContextImpl. getSession(ServletContextImpl originalServletContext, io.undertow.server.HttpServerExchange exchange, boolean create)
void
HttpServletRequestImpl. setServletContext(ServletContextImpl servletContext)
void
HttpServletResponseImpl. setServletContext(ServletContextImpl servletContext)
Constructors in io.undertow.servlet.spec with parameters of type ServletContextImpl Constructor 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(java.lang.String name, io.undertow.server.handlers.form.FormData.FormValue formValue, jakarta.servlet.MultipartConfigElement config, ServletContextImpl servletContext, HttpServletRequestImpl servletRequest)
RequestDispatcherImpl(ServletChain chain, ServletContextImpl servletContext)
RequestDispatcherImpl(java.lang.String path, ServletContextImpl servletContext)
SessionCookieConfigImpl(ServletContextImpl servletContext)
-