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