Package org.springframework.web.servlet.config.annotation

Interface Summary
WebMvcConfigurer Defines options for customizing or adding to the default Spring MVC configuration enabled through the use of @EnableWebMvc.
 

Class Summary
DefaultServletHandlerConfigurer Helps with configuring a handler for serving static resources by forwarding to the Servlet container's default Servlet.
InterceptorConfigurer Helps with configuring an ordered set of Spring MVC interceptors of type HandlerInterceptor or WebRequestInterceptor.
ResourceConfigurer Helps with configuring a handler for serving static resources such as images, css files and others through Spring MVC including setting cache headers optimized for efficient loading in a web browser.
ViewControllerConfigurer Helps with view controllers.
WebMvcConfigurerAdapter An abstract class with empty method implementations of WebMvcConfigurer.
 

Annotation Types Summary
EnableWebMvc Enables default Spring MVC configuration and registers Spring MVC infrastructure components expected by the DispatcherServlet.