Package io.atlasmap.standalone
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
RoutingConfiguration
public RoutingConfiguration()
-
-
Method Details
-
addViewControllers
public void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) - Specified by:
addViewControllers
in interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
- Overrides:
addViewControllers
in classorg.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-