Uses of Class
io.undertow.servlet.handlers.ServletChain
Packages that use ServletChain
-
Uses of ServletChain in io.undertow.servlet.api
Methods in io.undertow.servlet.api with parameters of type ServletChainModifier and TypeMethodDescriptionvoid
ServletDispatcher.dispatchToServlet
(io.undertow.server.HttpServerExchange exchange, ServletChain servletChain, javax.servlet.DispatcherType dispatcherType) Dispatches a servlet request to the specified servlet, without changing the current path -
Uses of ServletChain in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return ServletChainModifier and TypeMethodDescriptionServletRequestContext.getCurrentServlet()
ServletPathMatch.getServletChain()
ServletPathMatches.getServletHandlerByName
(String name) Methods in io.undertow.servlet.handlers with parameters of type ServletChainModifier and TypeMethodDescriptionvoid
ServletInitialHandler.dispatchToServlet
(io.undertow.server.HttpServerExchange exchange, ServletChain servletchain, javax.servlet.DispatcherType dispatcherType) void
ServletRequestContext.setCurrentServlet
(ServletChain currentServlet) Constructors in io.undertow.servlet.handlers with parameters of type ServletChainModifierConstructorDescriptionServletChain
(ServletChain other, String pattern, javax.servlet.http.MappingMatch mappingMatch) ServletPathMatch
(ServletChain target, String uri, boolean requiredWelcomeFileMatch) ServletPathMatch
(ServletChain target, String matched, String remaining, ServletPathMatch.Type type, String rewriteLocation) -
Uses of ServletChain in io.undertow.servlet.spec
Constructors in io.undertow.servlet.spec with parameters of type ServletChainModifierConstructorDescriptionRequestDispatcherImpl
(ServletChain chain, ServletContextImpl servletContext)