Package io.github.wimdeblauwe.hsbt.mvc
Class HtmxMvcConfiguration
java.lang.Object
io.github.wimdeblauwe.hsbt.mvc.HtmxMvcConfiguration
- All Implemented Interfaces:
org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations,org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@AutoConfiguration
@ConditionalOnWebApplication
public class HtmxMvcConfiguration
extends Object
implements org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations, org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> resolvers) voidaddInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, getValidatorMethods inherited from interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
getExceptionHandlerExceptionResolver, getRequestMappingHandlerAdapter
-
Method Details
-
getRequestMappingHandlerMapping
public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()- Specified by:
getRequestMappingHandlerMappingin interfaceorg.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
-
addInterceptors
public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) - Specified by:
addInterceptorsin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
addArgumentResolvers
public void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> resolvers) - Specified by:
addArgumentResolversin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
-