Package org.springframework.config.java.context

ApplicationContext implementations that support Java configuration classes as input

See:
          Description

Class Summary
AnnotationApplicationContext Deprecated. - Favor use of JavaConfigApplicationContext.
JavaConfigApplicationContext

Application context that looks for classes annotated with the Configuration annotation and registers the Beans they define; is the primary programmatic resource for using Spring JavaConfig.

JavaConfigWebApplicationContext JavaConfig ApplicationContext implementation for use in the web tier.
TypeSafeBeanFactoryUtils For internal use only: subject to backward-incompatible changes.
 

Package org.springframework.config.java.context Description

ApplicationContext implementations that support Java configuration classes as input



Copyright � 2005-2008 Spring Framework. All Rights Reserved.