Uses of Class
org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Package
Description
Annotation-based setup for Spring MVC.
-
Uses of WebMvcConfigurationSupport in org.springframework.web.servlet.config.annotation
Modifier and TypeClassDescriptionclass
A subclass ofWebMvcConfigurationSupport
that detects and delegates to all beans of typeWebMvcConfigurer
allowing them to customize the configuration provided byWebMvcConfigurationSupport
.