Class WebMvcConfiguration
java.lang.Object
se.swedenconnect.bankid.idp.config.WebMvcConfiguration
- All Implemented Interfaces:
WebMvcConfigurer
Web MVC configuration.
- Author:
- Martin Lindström, Felix Hellman
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInterceptors
(InterceptorRegistry registry) Adds the configuredLocaleChangeInterceptor
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
Constructor Details
-
WebMvcConfiguration
public WebMvcConfiguration()Constructor.
-
-
Method Details
-
addInterceptors
Adds the configuredLocaleChangeInterceptor
.- Specified by:
addInterceptors
in interfaceWebMvcConfigurer
-