Home » Spring-Framework-090522 » org.springframework » context » access »

org.springframework.context.access

Classes:

ContextBeanFactoryReference   ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release.  code | html
ContextJndiBeanFactoryLocator   BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in a JNDI environment variable.  code | html
ContextSingletonBeanFactoryLocator  

Variant of org.springframework.beans.factory.access.SingletonBeanFactoryLocator which creates its internal bean factory reference as an org.springframework.context.ApplicationContext instead of SingletonBeanFactoryLocator's simple BeanFactory. 

code | html
DefaultLocatorFactory   A factory class to get a default ContextSingletonBeanFactoryLocator instance.  code | html