| Package | Description |
|---|---|
| io.undertow.servlet.api | |
| io.undertow.servlet.handlers | |
| io.undertow.servlet.spec |
| 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
|
| Modifier and Type | Method | Description |
|---|---|---|
ServletChain |
ServletRequestContext.getCurrentServlet() |
|
ServletChain |
ServletPathMatch.getServletChain() |
|
ServletChain |
ServletPathMatches.getServletHandlerByName(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ServletInitialHandler.dispatchToServlet(io.undertow.server.HttpServerExchange exchange,
ServletChain servletchain,
javax.servlet.DispatcherType dispatcherType) |
|
void |
ServletRequestContext.setCurrentServlet(ServletChain currentServlet) |
| Constructor | Description |
|---|---|
ServletChain(ServletChain other) |
|
ServletPathMatch(ServletChain target,
String uri,
boolean requiredWelcomeFileMatch) |
|
ServletPathMatch(ServletChain target,
String matched,
String remaining,
ServletPathMatch.Type type,
String rewriteLocation) |
| Constructor | Description |
|---|---|
RequestDispatcherImpl(ServletChain chain,
ServletContextImpl servletContext) |
Copyright © 2018. All rights reserved.