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