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 TypeMethodDescriptionvoid
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 ServletPathMatchModifier and TypeMethodDescriptionServletRequestContext.getOriginalServletPathMatch()
ServletPathMatches.getServletHandlerByPath
(String path) ServletRequestContext.getServletPathMatch()
Methods in io.undertow.servlet.handlers with parameters of type ServletPathMatchModifier and TypeMethodDescriptionvoid
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 ServletPathMatchModifierConstructorDescriptionServletRequestContext
(Deployment deployment, HttpServletRequestImpl originalRequest, HttpServletResponseImpl originalResponse, ServletPathMatch originalServletPathMatch)