Uses of Class
io.undertow.servlet.handlers.ServletPathMatch
-
Packages that use ServletPathMatch Package Description io.undertow.servlet.api io.undertow.servlet.handlers -
-
Uses of ServletPathMatch in io.undertow.servlet.api
Methods in io.undertow.servlet.api with parameters of type ServletPathMatch 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 -
Uses of ServletPathMatch in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return ServletPathMatch Modifier and Type Method Description ServletPathMatch
ServletRequestContext. getOriginalServletPathMatch()
ServletPathMatch
ServletPathMatches. getServletHandlerByPath(java.lang.String path)
ServletPathMatch
ServletRequestContext. getServletPathMatch()
Methods in io.undertow.servlet.handlers with parameters of type ServletPathMatch Modifier and Type Method Description void
ServletInitialHandler. dispatchToPath(io.undertow.server.HttpServerExchange exchange, ServletPathMatch pathInfo, javax.servlet.DispatcherType dispatcherType)
void
ServletRequestContext. setServletPathMatch(ServletPathMatch servletPathMatch)
Constructors in io.undertow.servlet.handlers with parameters of type ServletPathMatch Constructor Description ServletRequestContext(Deployment deployment, HttpServletRequestImpl originalRequest, HttpServletResponseImpl originalResponse, ServletPathMatch originalServletPathMatch)
-