Uses of Class
org.springframework.web.servlet.handler.RequestMatchResult
Package
Description
Classes supporting the
org.springframework.web.servlet.function
package.Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of RequestMatchResult in org.springframework.web.servlet.function.support
Modifier and TypeMethodDescriptionRouterFunctionMapping.match
(HttpServletRequest request, String pattern) -
Uses of RequestMatchResult in org.springframework.web.servlet.handler
Modifier and TypeMethodDescriptionAbstractUrlHandlerMapping.match
(HttpServletRequest request, String pattern) MatchableHandlerMapping.match
(HttpServletRequest request, String pattern) Determine whether the request matches the given pattern. -
Uses of RequestMatchResult in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeMethodDescriptionRequestMappingHandlerMapping.match
(HttpServletRequest request, String pattern)