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

Uses of Package org.springframework.beans.factory.access (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Package
org.springframework.beans.factory.access

Packages that use org.springframework.beans.factory.access
org.springframework.beans.factory.access Helper infrastructure to locate and access bean factories. 
org.springframework.context.access Helper infrastructure to locate and access shared application contexts. 
 

Classes in org.springframework.beans.factory.access used by org.springframework.beans.factory.access
BeanFactoryLocator
          Defines a contract for the lookup, use, and release of a BeanFactory, or a BeanFactory subclass such as an ApplicationContext.
BeanFactoryReference
          Used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
 

Classes in org.springframework.beans.factory.access used by org.springframework.context.access
BeanFactoryLocator
          Defines a contract for the lookup, use, and release of a BeanFactory, or a BeanFactory subclass such as an ApplicationContext.
BeanFactoryReference
          Used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
SingletonBeanFactoryLocator
          Keyed-singleton implementation of BeanFactoryLocator, which accesses shared Spring factory instances.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.