程序包 org.springframework.web.servlet.mvc.annotation
Support package for annotation-based Servlet MVC controllers.
接口概要 接口 说明 ModelAndViewResolver SPI for resolving custom return values from a specific handler method.类概要 类 说明 AnnotationMethodHandlerAdapter 已过时。 as of Spring 3.2, in favor ofRequestMappingHandlerAdapterAnnotationMethodHandlerExceptionResolver 已过时。 as of Spring 3.2, in favor ofExceptionHandlerExceptionResolverDefaultAnnotationHandlerMapping 已过时。 as of Spring 3.2, in favor ofRequestMappingHandlerMappingResponseStatusExceptionResolver AHandlerExceptionResolverthat uses the@ResponseStatusannotation to map exceptions to HTTP status codes.