クラス WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- 実装されているすべてのインターフェース:
- Aware、- ServletContextAware、- WebMvcConfigurer
- 含まれているクラス:
- WebMvcAutoConfiguration
@Configuration(proxyBeanMethods=false)
@Import(EnableWebMvcConfiguration.class)
@EnableConfigurationProperties({WebMvcProperties.class,WebProperties.class})
@Order(0)
public static class WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
extends ObjectSE
implements WebMvcConfigurer, ServletContextAware
- コンストラクターの概要コンストラクターコンストラクター説明- WebMvcAutoConfigurationAdapter- (WebProperties webProperties, WebMvcProperties mvcProperties, ListableBeanFactory beanFactory, ObjectProvider<HttpMessageConverters> messageConvertersProvider, ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider, ObjectProvider<DispatcherServletPath> dispatcherServletPath, ObjectProvider<ServletRegistrationBean<?>> servletRegistrations) 
- メソッドのサマリー修飾子と型メソッド説明- void- addFormatters- (FormatterRegistry registry) - void- addResourceHandlers- (ResourceHandlerRegistry registry) - void- configureAsyncSupport- (AsyncSupportConfigurer configurer) - void- void- configureMessageConverters- (ListSE<HttpMessageConverter<?>> converters) - void- configurePathMatch- (PathMatchConfigurer configurer) - static RequestContextFilter- void- setServletContext- (ServletContextEE servletContext) - viewResolver- (BeanFactory beanFactory) - クラス java.lang.ObjectSE から継承されたメソッド- clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE- インターフェース org.springframework.web.servlet.config.annotation.WebMvcConfigurer から継承されたメソッド- addArgumentResolvers, addCorsMappings, addErrorResponseInterceptors, addInterceptors, addReturnValueHandlers, addViewControllers, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getValidator
- コンストラクターの詳細- WebMvcAutoConfigurationAdapterpublic WebMvcAutoConfigurationAdapter- (WebProperties webProperties, WebMvcProperties mvcProperties, ListableBeanFactory beanFactory, ObjectProvider<HttpMessageConverters> messageConvertersProvider, ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider, ObjectProvider<DispatcherServletPath> dispatcherServletPath, ObjectProvider<ServletRegistrationBean<?>> servletRegistrations) 
 
- メソッドの詳細- setServletContext- 次で指定:
-  インターフェース ServletContextAwareのsetServletContext
 
- configureMessageConverters- 次で指定:
-  インターフェース WebMvcConfigurerのconfigureMessageConverters
 
- configureAsyncSupport- 次で指定:
-  インターフェース WebMvcConfigurerのconfigureAsyncSupport
 
- configurePathMatch- 次で指定:
-  インターフェース WebMvcConfigurerのconfigurePathMatch
 
- configureContentNegotiation- 次で指定:
-  インターフェース WebMvcConfigurerのconfigureContentNegotiation
 
- defaultViewResolver
- beanNameViewResolver@Bean @ConditionalOnBean(org.springframework.web.servlet.View.class) @ConditionalOnMissingBean public BeanNameViewResolver beanNameViewResolver()
- viewResolver@Bean @ConditionalOnBean(org.springframework.web.servlet.ViewResolver.class) @ConditionalOnMissingBean(name="viewResolver", value=org.springframework.web.servlet.view.ContentNegotiatingViewResolver.class) public ContentNegotiatingViewResolver viewResolver- (BeanFactory beanFactory) 
- getMessageCodesResolver- 次で指定:
-  インターフェース WebMvcConfigurerのgetMessageCodesResolver
 
- addFormatters- 次で指定:
-  インターフェース WebMvcConfigurerのaddFormatters
 
- addResourceHandlers- 次で指定:
-  インターフェース WebMvcConfigurerのaddResourceHandlers
 
- requestContextFilter