Class AuthKitWebMvcConfigurer

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

    @Configuration
    public class AuthKitWebMvcConfigurer
    extends Object
    implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • Method Detail

      • addFormatters

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

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

        @Bean(name="simpleMappingExceptionResolver")
        public org.springframework.web.servlet.handler.SimpleMappingExceptionResolver createSimpleMappingExceptionResolver()