Uses of Interface
org.springframework.beans.factory.access.BeanFactoryReference

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

Uses of BeanFactoryReference in org.springframework.beans.factory.access
 

Classes in org.springframework.beans.factory.access that implement BeanFactoryReference
 class DefaultBeanFactoryReference
          Default implementation of BeanFactoryReference, wrapping a newly created BeanFactory, destroying its singletons on release.
 

Methods in org.springframework.beans.factory.access that return BeanFactoryReference
 BeanFactoryReference JndiBeanFactoryLocator.useBeanFactory(String factoryKey)
          Load/use a bean factory, as specified by a factoryKey which is a JNDI address, of the form java:comp/env/ejb/BeanFactoryPath.
protected  BeanFactoryReference JndiBeanFactoryLocator.createBeanFactory(String[] resources)
          Actually create the BeanFactory, given an array of classpath resource strings which should be combined.
 BeanFactoryReference SingletonBeanFactoryLocator.useBeanFactory(String factoryKey)
           
 BeanFactoryReference BeanFactoryLocator.useBeanFactory(String factoryKey)
          Use the BeanFactory (or derived class such as ApplicationContext) specified by the factoryKey parameter.
 

Uses of BeanFactoryReference in org.springframework.context.access
 

Classes in org.springframework.context.access that implement BeanFactoryReference
 class ContextBeanFactoryReference
          ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release.
 

Methods in org.springframework.context.access that return BeanFactoryReference
protected  BeanFactoryReference ContextJndiBeanFactoryLocator.createBeanFactory(String[] resources)
           
 

Uses of BeanFactoryReference in org.springframework.web.context
 

Fields in org.springframework.web.context declared as BeanFactoryReference
protected  BeanFactoryReference ContextLoader.beanFactoryRef
          Holds BeanFactoryReference when loading parent factory via ContextSingletonBeanFactoryLocator.
 



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