Uses of Class
io.undertow.servlet.handlers.ServletPathMatch
-
Packages that use ServletPathMatch Package Description io.undertow.servlet.api io.undertow.servlet.handlers io.undertow.servlet.util -
-
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(java.lang.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) -
Uses of ServletPathMatch in io.undertow.servlet.util
Methods in io.undertow.servlet.util that return ServletPathMatch Modifier and Type Method Description static ServletPathMatchDispatchUtils. dispatchAsync(java.lang.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(java.lang.String path, java.lang.String servletName, java.lang.Throwable exception, java.lang.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(java.lang.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(java.lang.String path, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext)Perform an include dispatch to a path assigning everything needed to the request, response and exchange.
-