Generated by
JDiff

Package org.springframework.context.support

Added Classes
GenericGroovyApplicationContext An org.springframework.context.ApplicationContext implementation that extends GenericApplicationContext and implements GroovyObject such that beans can be retrieved with the dot de-reference syntax instead of using .getBean.
 

Changed Classes
AbstractApplicationContext Abstract implementation of the org.springframework.context.ApplicationContext interface.
AbstractRefreshableApplicationContext Base class for org.springframework.context.ApplicationContext implementations which are supposed to support multiple calls to .refresh(), creating a new internal bean factory instance every time.
ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g.
ClassPathXmlApplicationContext Standalone XML application context, taking the context definition files from the class path, interpreting plain paths as class path resource names that include the package path (e.g.
GenericXmlApplicationContext Convenient application context with built-in XML support.
PropertySourcesPlaceholderConfigurer Specialization of PlaceholderConfigurerSupport that resolves ${...} placeholders within bean definition property values and {@code @Value} annotations against the current Spring Environment and its set of PropertySources.
SimpleThreadScope Thread-backed Scope implementation.
StaticApplicationContext org.springframework.context.ApplicationContext implementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.