Package org.springframework.web.servlet.mvc.annotation
Support package for annotation-based Servlet MVC controllers.
Interface Summary Interface Description ModelAndViewResolver SPI for resolving custom return values from a specific handler method.Class Summary Class Description AnnotationMethodHandlerAdapter Deprecated. as of Spring 3.2, in favor ofRequestMappingHandlerAdapterAnnotationMethodHandlerExceptionResolver Deprecated. as of Spring 3.2, in favor ofExceptionHandlerExceptionResolverDefaultAnnotationHandlerMapping Deprecated. as of Spring 3.2, in favor ofRequestMappingHandlerMappingResponseStatusExceptionResolver AHandlerExceptionResolverthat uses the@ResponseStatusannotation to map exceptions to HTTP status codes.