Generated by
JDiff

Package org.springframework.web.context

Added Classes and Interfaces
AbstractContextLoaderInitializer Convenient base class for WebApplicationInitializer implementations that register a ContextLoaderListener in the servlet context.
ConfigurableWebEnvironment Specialization of ConfigurableEnvironment allowing initialization of servlet-related org.springframework.core.env.PropertySource objects at the earliest moment that the ServletContext and (optionally) ServletConfig become available.
 

Changed Classes and Interfaces
ConfigurableWebApplicationContext Interface to be implemented by configurable web application contexts.
ContextLoader Performs the actual initialization work for the root application context.
ContextLoaderListener Bootstrap listener to start up and shut down Spring's root WebApplicationContext.