Class WebMvcExtensionConfiguration
- java.lang.Object
-
- org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
- io.microsphere.spring.webmvc.annotation.WebMvcExtensionConfiguration
-
- All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public class WebMvcExtensionConfiguration extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
The configuration class forEnableWebMvcExtension
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
WebMvcConfigurer
,EnableWebMvcExtension
-
-
Constructor Summary
Constructors Constructor Description WebMvcExtensionConfiguration(org.springframework.beans.factory.ObjectProvider<LazyCompositeHandlerInterceptor[]> lazyCompositeHandlerInterceptorProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
-
Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
addArgumentResolvers, addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
-
-
-
Constructor Detail
-
WebMvcExtensionConfiguration
public WebMvcExtensionConfiguration(org.springframework.beans.factory.ObjectProvider<LazyCompositeHandlerInterceptor[]> lazyCompositeHandlerInterceptorProvider)
-
-
Method Detail
-
addInterceptors
public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
- Specified by:
addInterceptors
in interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
- Overrides:
addInterceptors
in classorg.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
-