Package 

Class CPConfigurer

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

    @Configuration() 
    public class CPConfigurer
     implements WebMvcConfigurer
                        
    • Method Summary

      Modifier and Type Method Description
      void addViewControllers(ViewControllerRegistry registry)
      void addResourceHandlers(ResourceHandlerRegistry registry)
      void addInterceptors(InterceptorRegistry registry)
      • Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurer

        addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait