Changed Classes and Interfaces |
DelegatingWebMvcConfiguration
|
A sub-class of {@code WebMvcConfigurationSupport} that detects and delegates
to all beans of type WebMvcConfigurer allowing them to customize the
configuration provided by {@code WebMvcConfigurationSupport}. |
WebMvcConfigurationSupport
|
This is the main class providing the configuration behind the MVC Java config. |
WebMvcConfigurer
|
Defines callback methods to customize the Java-based configuration for
Spring MVC enabled via {@code @EnableWebMvc}. |
WebMvcConfigurerAdapter
|
An implementation of WebMvcConfigurer with empty methods allowing
sub-classes to override only the methods they're interested in. |