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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInterceptors(InterceptorRegistry registry) Adds the configuredLocaleChangeInterceptor.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addErrorResponseInterceptors, 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:
addInterceptorsin interfaceWebMvcConfigurer
-