| Package | Description |
|---|---|
| io.undertow.servlet.api | |
| io.undertow.servlet.handlers |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletDispatcher.dispatchToPath(HttpServerExchange exchange,
ServletPathMatch pathMatch,
DispatcherType dispatcherType)
Dispatches a servlet request to the specified servlet path, changing the current path
|
| Modifier and Type | Method and Description |
|---|---|
ServletPathMatch |
ServletRequestContext.getOriginalServletPathMatch() |
ServletPathMatch |
ServletPathMatches.getServletHandlerByPath(String path) |
ServletPathMatch |
ServletRequestContext.getServletPathMatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletInitialHandler.dispatchToPath(HttpServerExchange exchange,
ServletPathMatch pathInfo,
DispatcherType dispatcherType) |
void |
ServletRequestContext.setServletPathMatch(ServletPathMatch servletPathMatch) |
| Constructor and Description |
|---|
ServletRequestContext(Deployment deployment,
HttpServletRequestImpl originalRequest,
HttpServletResponseImpl originalResponse,
ServletPathMatch originalServletPathMatch) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.