Generated by
JDiff

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

Added Classes
RedirectViewControllerRegistration Assist with the registration of a single redirect view controller.
UrlBasedViewResolverRegistration Assist with configuring a org.springframework.web.servlet.view.UrlBasedViewResolver.
ViewResolverRegistry Assist with the configuration of a chain of ViewResolver instances.
 

Changed Classes and Interfaces
ContentNegotiationConfigurer Helps with configuring a ContentNegotiationManager.
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}.
ResourceHandlerRegistration Encapsulates information required to create a resource handlers.
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.
ViewControllerRegistration Assist with the registration of a single view controller.
ViewControllerRegistry Assists with the registration of simple automated controllers pre-configured with status code and/or a view.
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.