Class RoutingConfiguration

java.lang.Object
org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
io.atlasmap.standalone.RoutingConfiguration
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

@Component public class RoutingConfiguration extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
     

    Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter

    addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, 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 Details

    • RoutingConfiguration

      public RoutingConfiguration()
  • Method Details

    • addViewControllers

      public void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
      Specified by:
      addViewControllers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      Overrides:
      addViewControllers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter