| Name | Description | Type | Package | Framework |
| AnnotationMethodHandlerAdapter | that maps handler methods based on HTTP paths, HTTP methods, and request parametersexpressed through the RequestMapping annotation. | Class | org.springframework.web.servlet.mvc.annotation | Spring MVC |
| AnnotationMethodHandlerExceptionResolver | exceptions through the ExceptionHandler annotation. | Class | org.springframework.web.servlet.mvc.annotation | Spring MVC |
| DefaultAnnotationHandlerMapping | interface that maps handlers based on HTTP paths expressed through theRequestMapping annotation at the type or method level. | Class | org.springframework.web.servlet.mvc.annotation | Spring MVC |
| ModelAndViewResolver | SPI for resolving custom return values from a specific handler method. | Interface | org.springframework.web.servlet.mvc.annotation | Spring MVC |
| ResponseStatusExceptionResolver | A HandlerExceptionResolver that uses the @ResponseStatusannotation to map exceptions to HTTP status codes. | Class | org.springframework.web.servlet.mvc.annotation | Spring MVC |