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 voidServletDispatcher. dispatchToPath(io.undertow.server.HttpServerExchange exchange, ServletPathMatch pathMatch, jakarta.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 ServletPathMatchServletRequestContext. getOriginalServletPathMatch()ServletPathMatchServletPathMatches. getServletHandlerByPath(String path)ServletPathMatchServletRequestContext. getServletPathMatch()Methods in io.undertow.servlet.handlers with parameters of type ServletPathMatch Modifier and Type Method Description voidServletInitialHandler. dispatchToPath(io.undertow.server.HttpServerExchange exchange, ServletPathMatch pathInfo, jakarta.servlet.DispatcherType dispatcherType)voidServletRequestContext. 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)
-