Uses of Class
io.undertow.servlet.handlers.ServletPathMatch
Packages that use ServletPathMatch
-
Uses of ServletPathMatch in io.undertow.servlet.api
Methods in io.undertow.servlet.api with parameters of type ServletPathMatchModifier and TypeMethodDescriptionvoidServletDispatcher.dispatchToPath(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 ServletPathMatchModifier and TypeMethodDescriptionServletRequestContext.getOriginalServletPathMatch()ServletPathMatches.getServletHandlerByPath(String path) ServletRequestContext.getServletPathMatch()Methods in io.undertow.servlet.handlers with parameters of type ServletPathMatchModifier and TypeMethodDescriptionvoidServletInitialHandler.dispatchToPath(HttpServerExchange exchange, ServletPathMatch pathInfo, jakarta.servlet.DispatcherType dispatcherType) voidServletRequestContext.setServletPathMatch(ServletPathMatch servletPathMatch) Constructors in io.undertow.servlet.handlers with parameters of type ServletPathMatchModifierConstructorDescriptionServletRequestContext(Deployment deployment, HttpServletRequestImpl originalRequest, HttpServletResponseImpl originalResponse, ServletPathMatch originalServletPathMatch)