Package uk.gov.gchq.gaffer.rest.config
Class RootRedirectConfig
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.config.RootRedirectConfig
-
- All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@Configuration public class RootRedirectConfig extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
-
Constructor Summary
Constructors Constructor Description RootRedirectConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
-