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 void
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 ServletChain Modifier and Type Method Description ServletChain
ServletRequestContext. getCurrentServlet()
ServletChain
ServletPathMatch. getServletChain()
ServletChain
ServletPathMatches. getServletHandlerByName(java.lang.String name)
Methods in io.undertow.servlet.handlers with parameters of type ServletChain Modifier and Type Method Description void
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 ServletChain Constructor Description ServletChain(ServletChain other)
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)
-