Class AbstractWebMvcConfigurer
java.lang.Object
ch.tocco.nice2.web.core.api.AbstractWebMvcConfigurer
- All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
- Direct Known Subclasses:
CmsStaticResourcesConfiguration, DmsStaticResourcesConfiguration, LmsResourcesConfiguration, OnlinePaymentStaticResourcesConfiguration, RestDocStaticResourcesConfiguration, StaticResourcesConfiguration
public abstract class AbstractWebMvcConfigurer
extends Object
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ModuleManagerprotected final RunEnvironmentService -
Constructor Summary
ConstructorsConstructorDescriptionAbstractWebMvcConfigurer(ModuleManager moduleManager, RunEnvironmentService runEnvironmentService) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.core.io.ResourcecreateResource(ModelResource webAppFolder, String subFolder) protected org.springframework.core.io.ResourcecreateResource(Path path) Methods 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, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureApiVersioning, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
Field Details
-
moduleManager
-
runEnvironmentService
-
-
Constructor Details
-
AbstractWebMvcConfigurer
public AbstractWebMvcConfigurer(ModuleManager moduleManager, RunEnvironmentService runEnvironmentService)
-
-
Method Details
-
createResource
-
createResource
protected org.springframework.core.io.Resource createResource(ModelResource webAppFolder, String subFolder)
-