Class RestDocStaticResourcesConfiguration
java.lang.Object
ch.tocco.nice2.web.core.api.AbstractWebMvcConfigurer
ch.tocco.nice2.rest.doc.impl.RestDocStaticResourcesConfiguration
- All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Field Summary
Fields inherited from class AbstractWebMvcConfigurer
moduleManager, runEnvironmentService -
Constructor Summary
ConstructorsConstructorDescriptionRestDocStaticResourcesConfiguration(ModuleManager moduleManager, RunEnvironmentService runEnvironmentService) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) voidaddViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) Methods inherited from class AbstractWebMvcConfigurer
createResource, createResourceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addErrorResponseInterceptors, addFormatters, addInterceptors, addReturnValueHandlers, configureApiVersioning, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
Constructor Details
-
RestDocStaticResourcesConfiguration
public RestDocStaticResourcesConfiguration(ModuleManager moduleManager, RunEnvironmentService runEnvironmentService)
-
-
Method Details
-
addViewControllers
public void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) -
addResourceHandlers
public void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
-