类 DelegatingWebMvcConfiguration

java.lang.Object
cn.taketoday.context.support.ApplicationObjectSupport
cn.taketoday.web.config.WebMvcConfigurationSupport
cn.taketoday.web.config.DelegatingWebMvcConfiguration
所有已实现的接口:
cn.taketoday.beans.factory.Aware, cn.taketoday.context.ApplicationContextAware

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.
从以下版本开始:
4.0 2022/10/31 15:33
作者:
Rossen Stoyanchev, Harry Yang