Uses of Class
javax.servlet.http.MappingMatch
-
Packages that use MappingMatch Package Description javax.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 javax.servlet.http
Methods in javax.servlet.http that return MappingMatch Modifier and Type Method Description MappingMatch
HttpServletMapping. getMappingMatch()
Return theMappingMatch
for this instancestatic MappingMatch
MappingMatch. valueOf(java.lang.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.
-