| 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 the
  org.springframework.web.method.annotationpackage. | 
| Modifier and Type | Method and Description | 
|---|---|
| RequestMatchResult | AbstractUrlHandlerMapping. match(HttpServletRequest request,
     String pattern) | 
| RequestMatchResult | MatchableHandlerMapping. match(HttpServletRequest request,
     String pattern)Determine whether the request matches the given pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| RequestMatchResult | RequestMappingHandlerMapping. match(HttpServletRequest request,
     String pattern) |