Package | Description |
---|---|
io.undertow.servlet.api | |
io.undertow.servlet.handlers | |
io.undertow.servlet.spec |
Modifier and Type | Method and Description |
---|---|
void | ServletDispatcher.dispatchToServlet(HttpServerExchange exchange, ServletChain servletChain, javax.servlet.DispatcherType dispatcherType) Dispatches a servlet request to the specified servlet, without changing the current path |
Modifier and Type | Method and Description |
---|---|
ServletChain | ServletRequestContext.getCurrentServlet() |
ServletChain | ServletPathMatch.getServletChain() |
ServletChain | ServletPathMatches.getServletHandlerByName(String name) |
Modifier and Type | Method and Description |
---|---|
void | ServletInitialHandler.dispatchToServlet(HttpServerExchange exchange, ServletChain servletchain, javax.servlet.DispatcherType dispatcherType) |
void | ServletRequestContext.setCurrentServlet(ServletChain currentServlet) |
Constructor and Description |
---|
ServletChain(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) |
Constructor and Description |
---|
RequestDispatcherImpl(ServletChain chain, ServletContextImpl servletContext) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.