| Package | Description | 
|---|---|
| org.springframework.web.servlet.mvc.method | Servlet-based infrastructure for handler method processing,
 building on the  org.springframework.web.methodpackage. | 
| 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 | Class and Description | 
|---|---|
| class  | RequestMappingInfoHandlerMappingAbstract base class for classes for which  RequestMappingInfodefines
 the mapping between a request and a handler method. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RequestMappingHandlerMappingCreates  RequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses. |