@Configuration(proxyBeanMethods=false) @Import(value=WebMvcAutoConfiguration.EnableWebMvcConfiguration.class) @EnableConfigurationProperties(value={WebMvcProperties.class,ResourceProperties.class}) @Order(value=0) public static class WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter extends ObjectSE implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| コンストラクターと説明 |
|---|
WebMvcAutoConfigurationAdapter(ResourceProperties resourceProperties, WebMvcProperties mvcProperties, org.springframework.beans.factory.ListableBeanFactory beanFactory, org.springframework.beans.factory.ObjectProvider<HttpMessageConverters> messageConvertersProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | addFormatters(org.springframework.format.FormatterRegistry registry) |
void | addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) |
org.springframework.web.servlet.view.BeanNameViewResolver | beanNameViewResolver() |
void | configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer) |
void | configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer) |
void | configureMessageConverters(ListSE<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
void | configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer) |
org.springframework.web.servlet.view.InternalResourceViewResolver | defaultViewResolver() |
org.springframework.validation.MessageCodesResolver | getMessageCodesResolver() |
org.springframework.web.servlet.LocaleResolver | localeResolver() |
static org.springframework.web.filter.RequestContextFilter | requestContextFilter() |
org.springframework.web.servlet.view.ContentNegotiatingViewResolver | viewResolver(org.springframework.beans.factory.BeanFactory beanFactory) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEaddArgumentResolvers, addCorsMappings, addInterceptors, addReturnValueHandlers, addViewControllers, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getValidatorpublic WebMvcAutoConfigurationAdapter(ResourceProperties resourceProperties, WebMvcProperties mvcProperties, org.springframework.beans.factory.ListableBeanFactory beanFactory, org.springframework.beans.factory.ObjectProvider<HttpMessageConverters> messageConvertersProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider)
public void configureMessageConverters(ListSE<org.springframework.http.converter.HttpMessageConverter<?>> converters)
org.springframework.web.servlet.config.annotation.WebMvcConfigurer 内の configureMessageConverters public void configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer)
org.springframework.web.servlet.config.annotation.WebMvcConfigurer 内の configureAsyncSupport public void configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
org.springframework.web.servlet.config.annotation.WebMvcConfigurer 内の configurePathMatch public void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer)
org.springframework.web.servlet.config.annotation.WebMvcConfigurer 内の configureContentNegotiation @Bean @ConditionalOnMissingBean public org.springframework.web.servlet.view.InternalResourceViewResolver defaultViewResolver()
@Bean @ConditionalOnBean(value=org.springframework.web.servlet.View.class) @ConditionalOnMissingBean public org.springframework.web.servlet.view.BeanNameViewResolver beanNameViewResolver()
@Bean @ConditionalOnBean(value=org.springframework.web.servlet.ViewResolver.class) @ConditionalOnMissingBean(name="viewResolver", value=org.springframework.web.servlet.view.ContentNegotiatingViewResolver.class) public org.springframework.web.servlet.view.ContentNegotiatingViewResolver viewResolver(org.springframework.beans.factory.BeanFactory beanFactory)
@Bean @ConditionalOnMissingBean @ConditionalOnProperty(prefix="spring.mvc", name="locale") public org.springframework.web.servlet.LocaleResolver localeResolver()
public org.springframework.validation.MessageCodesResolver getMessageCodesResolver()
org.springframework.web.servlet.config.annotation.WebMvcConfigurer 内の getMessageCodesResolver public void addFormatters(org.springframework.format.FormatterRegistry registry)
org.springframework.web.servlet.config.annotation.WebMvcConfigurer 内の addFormatters public void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
org.springframework.web.servlet.config.annotation.WebMvcConfigurer 内の addResourceHandlers @Bean @ConditionalOnMissingBean(value={org.springframework.web.context.request.RequestContextListener.class,org.springframework.web.filter.RequestContextFilter.class}) @ConditionalOnMissingFilterBean(value=org.springframework.web.filter.RequestContextFilter.class) public static org.springframework.web.filter.RequestContextFilter requestContextFilter()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.