Class SpringConfigWeb

  • All Implemented Interfaces:
    org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @Configuration
    public class SpringConfigWeb
    extends Object
    implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • Constructor Summary

      Constructors 
      Constructor Description
      SpringConfigWeb()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addInterceptors​(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)  
      void configurePathMatch​(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)  
      org.springframework.web.servlet.LocaleResolver localeResolver()  
      Map<String,​String> webjarVersions()  
      • Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer

        addArgumentResolvers, addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
    • Constructor Detail

      • SpringConfigWeb

        public SpringConfigWeb()
    • Method Detail

      • addInterceptors

        public void addInterceptors​(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
        Specified by:
        addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      • configurePathMatch

        public void configurePathMatch​(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
        Specified by:
        configurePathMatch in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      • localeResolver

        @Bean
        public org.springframework.web.servlet.LocaleResolver localeResolver()