Uses of Enum Class
jakarta.servlet.http.MappingMatch
Packages that use MappingMatch
Package
Description
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 MappingMatchModifier and TypeMethodDescriptionServletChain.getMappingMatch()ServletPathMatch.getMappingMatch()Constructors in io.undertow.servlet.handlers with parameters of type MappingMatchModifierConstructorDescriptionServletChain(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 MappingMatchConstructors in io.undertow.servlet.spec with parameters of type MappingMatchModifierConstructorDescriptionMappingImpl(String matchValue, String pattern, MappingMatch matchType, String servletName) -
Uses of MappingMatch in jakarta.servlet.http
Methods in jakarta.servlet.http that return MappingMatchModifier and TypeMethodDescriptionHttpServletMapping.getMappingMatch()Return theMappingMatchfor this instancestatic MappingMatchReturns the enum constant of this class with the specified name.static MappingMatch[]MappingMatch.values()Returns an array containing the constants of this enum class, in the order they are declared.