Package 

Class UiAppConfig

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

    @Configuration() 
    public final class UiAppConfig
     implements WebMvcConfigurer
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Logger log
    • Constructor Summary

      Constructors 
      Constructor Description
      UiAppConfig()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Logger getLog()
      Unit addResourceHandlers(ResourceHandlerRegistry registry)
      Unit addViewControllers(ViewControllerRegistry registry) Redirect all sub-paths that are not api or static asset related back to the the root
      Unit addCorsMappings(CorsRegistry registry)
      • Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurer

        addArgumentResolvers, addFormatters, addInterceptors, addReturnValueHandlers, 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
    • Constructor Detail

      • UiAppConfig

        UiAppConfig()