Class DefaultConfig

java.lang.Object
com.aquima.web.boot.DefaultConfig
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

@EnableWebMvc @DefaultConfiguration(basePackages={"com.aquima.web","com.blueriq.component.**.config","com.blueriq.plugin.**.config","com.aquima.plugin.**.config"}) @ImportResource("classpath*:aquima-plugin-default-context.xml") public class DefaultConfig extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Default servlet configuration class. Static resources are mapped under this servlet.
Since:
10.0
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    addFormatters(org.springframework.format.FormatterRegistry registry)
     
    void
    addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
     
    void
    addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
     
    org.springframework.web.servlet.handler.MappedInterceptor
     
    org.springframework.web.servlet.handler.MappedInterceptor
     
    org.springframework.web.servlet.handler.MappedInterceptor
     

    Methods inherited from class java.lang.Object Link icon

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

    Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer Link icon

    addArgumentResolvers, addCorsMappings, addErrorResponseInterceptors, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
  • Constructor Details Link icon

    • DefaultConfig Link icon

      public DefaultConfig()
  • Method Details Link icon

    • addResourceHandlers Link icon

      public void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
      Specified by:
      addResourceHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • addInterceptors Link icon

      public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
      Specified by:
      addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • addFormatters Link icon

      public void addFormatters(org.springframework.format.FormatterRegistry registry)
      Specified by:
      addFormatters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • mappedResourceSecurityInterceptor Link icon

      @Bean public org.springframework.web.servlet.handler.MappedInterceptor mappedResourceSecurityInterceptor()
    • mappedHttpSecurityInterceptor Link icon

      @Bean public org.springframework.web.servlet.handler.MappedInterceptor mappedHttpSecurityInterceptor()
    • mappedXssUrlSecurityInterceptor Link icon

      @Bean public org.springframework.web.servlet.handler.MappedInterceptor mappedXssUrlSecurityInterceptor()