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 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.  
org.springframework.web.context Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context. 
 

Classes in org.springframework.beans.factory.access used by org.springframework.beans.factory.access
BeanFactoryBootstrap
          One singleton to rule them all.
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.
JndiBeanFactoryLocator
          BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in one JNDI environment variable.
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.
 

Classes in org.springframework.beans.factory.access used by org.springframework.web.context
BeanFactoryReference
          Class used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
 



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