Uses of Class
org.springframework.web.servlet.handler.RequestMatchResult
Packages that use RequestMatchResult
Package
Description
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.handlerMethods in org.springframework.web.servlet.handler that return RequestMatchResultModifier 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.annotationMethods in org.springframework.web.servlet.mvc.method.annotation that return RequestMatchResultModifier and TypeMethodDescriptionRequestMappingHandlerMapping.match(HttpServletRequest request, String pattern)