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

    Fields
    Modifier and Type
    Field
    Description
    protected final ModuleManager
     
    protected final RunEnvironmentService
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractWebMvcConfigurer(ModuleManager moduleManager, RunEnvironmentService runEnvironmentService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.core.io.Resource
    createResource(ModelResource webAppFolder, String subFolder)
     
    protected org.springframework.core.io.Resource
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

  • Constructor Details

  • Method Details

    • createResource

      protected org.springframework.core.io.Resource createResource(Path path)
    • createResource

      protected org.springframework.core.io.Resource createResource(ModelResource webAppFolder, String subFolder)