Generated by
JDiff

Package org.springframework.web.context.support

Added Classes
JacksonObjectMapperFactoryBean A FactoryBean for creating a Jackson ObjectMapper with setters to enable or disable Jackson features from within XML configuration.
 

Changed Classes
AbstractRefreshableWebApplicationContext org.springframework.context.support.AbstractRefreshableApplicationContext subclass which implements the org.springframework.web.context.ConfigurableWebApplicationContext interface for web environments.
AnnotationConfigWebApplicationContext WebApplicationContext implementation which accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using {@code javax.inject} annotations.
GenericWebApplicationContext Subclass of GenericApplicationContext, suitable for web environments.
ServletContextResource org.springframework.core.io.Resource implementation for javax.servlet.ServletContext resources, interpreting relative paths within the web application root directory.
StandardServletEnvironment Environment implementation to be used by {@code Servlet}-based web applications.
StaticWebApplicationContext Static org.springframework.web.context.WebApplicationContext implementation for testing.