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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addErrorResponseInterceptors, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureApiVersioning, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
Constructor Details
-
WebMvcConfiguration
public WebMvcConfiguration()Constructor.
-
-
Method Details
-
addInterceptors
Adds the configuredLocaleChangeInterceptor.- Specified by:
addInterceptorsin interfaceWebMvcConfigurer
-