Uses of Class
io.undertow.servlet.handlers.ServletChain
-
Packages that use ServletChain Package Description io.undertow.servlet.api io.undertow.servlet.handlers io.undertow.servlet.spec -
-
Uses of ServletChain in io.undertow.servlet.api
Methods in io.undertow.servlet.api with parameters of type ServletChain Modifier and Type Method Description voidServletDispatcher. dispatchToServlet(io.undertow.server.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 ServletChain Modifier and Type Method Description ServletChainServletRequestContext. getCurrentServlet()ServletChainServletPathMatch. getServletChain()ServletChainServletPathMatches. getServletHandlerByName(java.lang.String name)Methods in io.undertow.servlet.handlers with parameters of type ServletChain Modifier and Type Method Description voidServletInitialHandler. dispatchToServlet(io.undertow.server.HttpServerExchange exchange, ServletChain servletchain, jakarta.servlet.DispatcherType dispatcherType)voidServletRequestContext. setCurrentServlet(ServletChain currentServlet)Constructors in io.undertow.servlet.handlers with parameters of type ServletChain Constructor Description ServletChain(ServletChain other, java.lang.String pattern, jakarta.servlet.http.MappingMatch mappingMatch)ServletPathMatch(ServletChain target, java.lang.String uri, boolean requiredWelcomeFileMatch)ServletPathMatch(ServletChain target, java.lang.String matched, java.lang.String remaining, ServletPathMatch.Type type, java.lang.String rewriteLocation) -
Uses of ServletChain in io.undertow.servlet.spec
Constructors in io.undertow.servlet.spec with parameters of type ServletChain Constructor Description RequestDispatcherImpl(ServletChain chain, ServletContextImpl servletContext)
-