Uses of Class
org.springframework.web.servlet.handler.RequestMatchResult
Packages that use RequestMatchResult Package Description org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of RequestMatchResult in org.springframework.web.servlet.handler
Methods in org.springframework.web.servlet.handler that return RequestMatchResult Modifier and Type Method Description RequestMatchResultAbstractUrlHandlerMapping. match(HttpServletRequest request, String pattern)RequestMatchResultMatchableHandlerMapping. match(HttpServletRequest request, String pattern)Determine whether the given request matches the request criteria.Uses of RequestMatchResult in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return RequestMatchResult Modifier and Type Method Description RequestMatchResultRequestMappingHandlerMapping. match(HttpServletRequest request, String pattern)