クラス DelegatingWebMvcConfiguration

java.lang.ObjectSE
org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
実装されたすべてのインターフェース:
AwareApplicationContextAwareServletContextAware

@Configuration(proxyBeanMethods=false) public class DelegatingWebMvcConfiguration extends WebMvcConfigurationSupport
WebMvcConfigurationSupport のサブクラス。型 WebMvcConfigurer のすべての Bean を検出して委譲し、WebMvcConfigurationSupport が提供する構成をカスタマイズできるようにします。これは、実際に @EnableWebMvc によってインポートされたクラスです。
導入:
3.1
作成者:
Rossen Stoyanchev