public static class WxBuildinMvcConfiguration.WxMvcConfigurer extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer, org.springframework.core.Ordered
Constructor and Description |
---|
WxMvcConfigurer(org.springframework.web.servlet.HandlerInterceptor wxOAuth2Interceptor,
WxProperties wxProperties) |
Modifier and Type | Method and Description |
---|---|
void |
addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers) |
void |
addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry registry) |
void |
addFormatters(org.springframework.format.FormatterRegistry registry) |
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
void |
addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) |
void |
addReturnValueHandlers(List<org.springframework.web.method.support.HandlerMethodReturnValueHandler> returnValueHandlers) |
void |
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) |
void |
configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer) |
void |
configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer) |
void |
configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer) |
void |
configureHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers) |
void |
configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
void |
configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer) |
void |
configureViewResolvers(org.springframework.web.servlet.config.annotation.ViewResolverRegistry registry) |
void |
extendHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers) |
void |
extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
org.springframework.validation.MessageCodesResolver |
getMessageCodesResolver() |
int |
getOrder() |
org.springframework.validation.Validator |
getValidator() |
public WxMvcConfigurer(org.springframework.web.servlet.HandlerInterceptor wxOAuth2Interceptor, WxProperties wxProperties)
public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
public void configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
This implementation is empty.
configurePathMatch
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer)
This implementation is empty.
configureContentNegotiation
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer)
This implementation is empty.
configureAsyncSupport
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer)
This implementation is empty.
configureDefaultServletHandling
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void addFormatters(org.springframework.format.FormatterRegistry registry)
This implementation is empty.
addFormatters
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
This implementation is empty.
addResourceHandlers
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry registry)
This implementation is empty.
addCorsMappings
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
This implementation is empty.
addViewControllers
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void configureViewResolvers(org.springframework.web.servlet.config.annotation.ViewResolverRegistry registry)
This implementation is empty.
configureViewResolvers
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
This implementation is empty.
addArgumentResolvers
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void addReturnValueHandlers(List<org.springframework.web.method.support.HandlerMethodReturnValueHandler> returnValueHandlers)
This implementation is empty.
addReturnValueHandlers
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
This implementation is empty.
configureMessageConverters
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
This implementation is empty.
extendMessageConverters
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void configureHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers)
This implementation is empty.
configureHandlerExceptionResolvers
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void extendHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers)
This implementation is empty.
extendHandlerExceptionResolvers
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public org.springframework.validation.Validator getValidator()
This implementation returns null
.
getValidator
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public org.springframework.validation.MessageCodesResolver getMessageCodesResolver()
This implementation returns null
.
getMessageCodesResolver
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.