站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.context.access (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.context.access

Helper infrastructure to locate and access shared application contexts.

See:
          Description

Class Summary
ContextBeanFactoryReference ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release.
ContextJndiBeanFactoryLocator BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in a JNDI environment variable.
ContextSingletonBeanFactoryLocator Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference as an ApplicationContext instead of SingletonBeanFactoryLocator's simple BeanFactory.
DefaultLocatorFactory A factory class to get a default ContextSingletonBeanFactoryLocator instance.
 

Package org.springframework.context.access Description

Helper infrastructure to locate and access shared application contexts.

Note: This package is only relevant for special sharing of application contexts, for example behind EJB facades. It is not used in a typical web application or standalone application.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.