Generated by
JDiff

Package org.springframework.web.servlet.config.annotation

Changed Classes and Interfaces
ResourceHandlerRegistry Stores registrations of resource handlers for serving static resources such as images, css files and others through Spring MVC including setting cache headers optimized for efficient loading in a web browser.
ViewResolverRegistry Assist with the configuration of a chain of ViewResolver instances.
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.