public interface WebMvcConfigurerAdapter
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer)
configureContentNegotiation 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer)
configureAsyncSupport 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer)
configureDefaultServletHandling 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addFormatters(org.springframework.format.FormatterRegistry registry)
addFormatters 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
addResourceHandlers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry registry)
addCorsMappings 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
addViewControllers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureViewResolvers(org.springframework.web.servlet.config.annotation.ViewResolverRegistry registry)
configureViewResolvers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
addArgumentResolvers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void addReturnValueHandlers(List<org.springframework.web.method.support.HandlerMethodReturnValueHandler> returnValueHandlers)
addReturnValueHandlers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
configureMessageConverters 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
extendMessageConverters 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void configureHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers)
configureHandlerExceptionResolvers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault void extendHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers)
extendHandlerExceptionResolvers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault org.springframework.validation.Validator getValidator()
getValidator 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerdefault org.springframework.validation.MessageCodesResolver getMessageCodesResolver()
getMessageCodesResolver 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerCopyright © 2021–2025 EasyJ寮�婧愮ぞ鍖�. All rights reserved.