Package org.springframework.context.access

Helper infrastructure to locate and access application contexts.

See:
          Description

Class Summary
ContextBeanFactoryReference ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release.
ContextJndiBeanFactoryLocator Subclass of JndiBeanFactoryLocator which creates a ClassPathXmlApplicationContext instead of a DefaultListableBeanFactory.
ContextSingletonBeanFactoryLocator Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference definition as an ApplicationContext instead of SingletonBeanFactoryLocator's BeanFactory.
DefaultLocatorFactory A factory class to get a default ContextSingletonBeanFactoryLocator instance.
 

Package org.springframework.context.access Description

Helper infrastructure to locate and access application contexts.



Copyright (C) 2003-2004 The Spring Framework Project.