Uses of Class
jakarta.servlet.http.MappingMatch
-
Packages that use MappingMatch Package Description io.undertow.servlet.handlers io.undertow.servlet.spec jakarta.servlet.http The jakarta.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container. -
-
Uses of MappingMatch in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return MappingMatch Modifier and Type Method Description MappingMatchServletChain. getMappingMatch()MappingMatchServletPathMatch. getMappingMatch()Constructors in io.undertow.servlet.handlers with parameters of type MappingMatch Constructor Description ServletChain(HttpHandler handler, ManagedServlet managedServlet, String servletPath, boolean defaultServletMapping, MappingMatch mappingMatch, String pattern, Map<DispatcherType,List<ManagedFilter>> filters)ServletChain(ServletChain other, String pattern, MappingMatch mappingMatch) -
Uses of MappingMatch in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec that return MappingMatch Modifier and Type Method Description MappingMatchMappingImpl. getMappingMatch()Constructors in io.undertow.servlet.spec with parameters of type MappingMatch Constructor Description MappingImpl(String matchValue, String pattern, MappingMatch matchType, String servletName) -
Uses of MappingMatch in jakarta.servlet.http
Methods in jakarta.servlet.http that return MappingMatch Modifier and Type Method Description MappingMatchHttpServletMapping. getMappingMatch()Return theMappingMatchfor this instancestatic MappingMatchMappingMatch. valueOf(String name)Returns the enum constant of this type with the specified name.static MappingMatch[]MappingMatch. values()Returns an array containing the constants of this enum type, in the order they are declared.
-