Generated by
JDiff

Package org.springframework.web.servlet.support

Removed Classes
DefaultFlashMapManager A default FlashMapManager implementation that stores FlashMap instances in the HTTP session.
 

Added Classes
AbstractAnnotationConfigDispatcherServletInitializer Base class for WebApplicationInitializer implementations that register a DispatcherServlet configured with annotated classes, e.g.
AbstractDispatcherServletInitializer Base class for WebApplicationInitializer implementations that register a DispatcherServlet in the servlet context.
AbstractFlashMapManager A base class for FlashMapManager implementations.
SessionFlashMapManager Store and retrieve FlashMap instances to and from the HTTP session.
 

Changed Classes
RequestContext Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.
RequestContextUtils Utility class for easy access to request-specific state which has been set by the org.springframework.web.servlet.DispatcherServlet.
ServletUriComponentsBuilder A UriComponentsBuilder that extracts information from an HttpServletRequest.