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

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


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. 
org.springframework.ejb.support Superclasses to make implementing EJBs simpler and less error-prone, as well as guaranteeing a Spring BeanFactory is available to EJBs. 
 

Classes in org.springframework.beans.factory.access used by org.springframework.beans.factory.access
BeanFactoryBootstrap
          Deprecated. since Spring 1.2.7: consider using a BeanFactoryLocator or a custom bootstrap class instead
BeanFactoryLocator
          An interface for a class used to lookup/use, and optionally allow the release of a BeanFactory, or BeanFactory subclass such as ApplicationContext.
BeanFactoryReference
          Class 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
          An interface for a class used to lookup/use, and optionally allow the release of a BeanFactory, or BeanFactory subclass such as ApplicationContext.
BeanFactoryReference
          Class used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
SingletonBeanFactoryLocator
          Keyed-singleton implementation of BeanFactoryLocator, which leverages existing Spring constructs.
 

Classes in org.springframework.beans.factory.access used by org.springframework.ejb.support
BeanFactoryLocator
          An interface for a class used to lookup/use, and optionally allow the release of a BeanFactory, or BeanFactory subclass such as ApplicationContext.
 



Copyright (c) 2002-2007 The Spring Framework Project.