package

org.springframework.web.servlet.mvc.annotation

Support package for annotation-based Servlet MVC controllers.

Interfaces

ModelAndViewResolver SPI for resolving custom return values from a specific handler method. 

Classes

AnnotationMethodHandlerAdapter Implementation of the HandlerAdapter interface that maps handler methods based on HTTP paths, HTTP methods and request parameters expressed through the RequestMapping annotation. 
AnnotationMethodHandlerExceptionResolver Implementation of the HandlerExceptionResolver interface that handles exceptions through the ExceptionHandler annotation. 
DefaultAnnotationHandlerMapping Implementation of the HandlerMapping interface that maps handlers based on HTTP paths expressed through the RequestMapping annotation at the type or method level. 
ResponseStatusExceptionResolver Implementation of the HandlerExceptionResolver interface that uses the @ResponseStatus annotation to map exceptions to HTTP status codes.