public interface WebMvcConfigurerAdapter
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| Modifier and Type | Method and Description |
|---|---|
default void |
addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers) |
default void |
addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry registry) |
default void |
addFormatters(org.springframework.format.FormatterRegistry registry) |
default void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
default void |
addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) |
default void |
addReturnValueHandlers(List<org.springframework.web.method.support.HandlerMethodReturnValueHandler> returnValueHandlers) |
default void |
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) |
default void |
configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer) |
default void |
configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer) |
default void |
configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer) |
default void |
configureHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers) |
default void |
configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
default void |
configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer) |
default void |
configureViewResolvers(org.springframework.web.servlet.config.annotation.ViewResolverRegistry registry) |
default void |
extendHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers) |
default void |
extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
default org.springframework.validation.MessageCodesResolver |
getMessageCodesResolver() |
default org.springframework.validation.Validator |
getValidator() |
default void configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
configurePathMatch in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer)
configureContentNegotiation in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer)
configureAsyncSupport in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer)
configureDefaultServletHandling in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addFormatters(org.springframework.format.FormatterRegistry registry)
addFormatters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
addResourceHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry registry)
addCorsMappings in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
addViewControllers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureViewResolvers(org.springframework.web.servlet.config.annotation.ViewResolverRegistry registry)
configureViewResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
addArgumentResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addReturnValueHandlers(List<org.springframework.web.method.support.HandlerMethodReturnValueHandler> returnValueHandlers)
addReturnValueHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
configureMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
extendMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers)
configureHandlerExceptionResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void extendHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers)
extendHandlerExceptionResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault org.springframework.validation.Validator getValidator()
getValidator in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault org.springframework.validation.MessageCodesResolver getMessageCodesResolver()
getMessageCodesResolver in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerCopyright © 2021–2023 EasyJ开源社区. All rights reserved.