Uses of Class
javax.servlet.http.MappingMatch
-
Packages that use MappingMatch Package Description javax.servlet.http -
-
Uses of MappingMatch in javax.servlet.http
Methods in javax.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.
-