Uses of Enum Class
jakarta.servlet.http.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 jakarta.servlet.http
Modifier and TypeMethodDescriptionHttpServletMapping.getMappingMatch()
Return theMappingMatch
for this instance.static MappingMatch
Returns 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.