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