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, 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, 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) -
Uses of ServletPathMatch in io.undertow.servlet.util
Methods in io.undertow.servlet.util that return ServletPathMatchModifier and TypeMethodDescriptionstatic ServletPathMatchDispatchUtils.dispatchAsync(String path, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext) Perform an async dispatch to a path assigning everything needed to the request, response and exchange.static ServletPathMatchDispatchUtils.dispatchError(String path, String servletName, Throwable exception, String message, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext) Perform a error dispatch to a path assigning everything needed to the request, response and exchange.static ServletPathMatchDispatchUtils.dispatchForward(String path, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext) Perform a forward dispatch to a path assigning everything needed to the request, response and exchange.static ServletPathMatchDispatchUtils.dispatchInclude(String path, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext) Perform an include dispatch to a path assigning everything needed to the request, response and exchange.