Class HtmxMvcConfiguration

  • All Implemented Interfaces:
    org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations, org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @Configuration
    @ConditionalOnWebApplication
    public class HtmxMvcConfiguration
    extends java.lang.Object
    implements org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations, org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addArgumentResolvers​(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver> resolvers)  
      void addInterceptors​(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)  
      org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer

        addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
      • Methods inherited from interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations

        getExceptionHandlerExceptionResolver, getRequestMappingHandlerAdapter
    • Constructor Detail

      • HtmxMvcConfiguration

        public HtmxMvcConfiguration()
    • Method Detail

      • getRequestMappingHandlerMapping

        public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
        Specified by:
        getRequestMappingHandlerMapping in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
      • addInterceptors

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

        public void addArgumentResolvers​(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver> resolvers)
        Specified by:
        addArgumentResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer