Class DelegatingWebMvcConfiguration

java.lang.Object
org.springframework.web.servlet.config.annotation.WebMvcConfigurationsupport
org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
All Implemented Interfaces:
Aware, ApplicationContextAware, servletContextAware

@Configuration(proxyBeanMethods=false) public class DelegatingWebMvcConfiguration extends WebMvcConfigurationsupport
A subclass of WebMvcConfigurationsupport that detects and delegates to all beans of type WebMvcConfigurer allowing them to customize the configuration provided by WebMvcConfigurationsupport. This is the class actually imported by @EnableWebMvc.
since:
3.1
Author:
Rossen stoyanchev