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 TypeMethodDescriptionvoidServletDispatcher.dispatchToServlet(HttpServerExchange exchange, ServletChain servletChain, jakarta.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 TypeMethodDescriptionvoidServletInitialHandler.dispatchToServlet(HttpServerExchange exchange, ServletChain servletchain, jakarta.servlet.DispatcherType dispatcherType) voidServletRequestContext.setCurrentServlet(ServletChain currentServlet) Constructors in io.undertow.servlet.handlers with parameters of type ServletChainModifierConstructorDescriptionServletChain(ServletChain other, String pattern, jakarta.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)