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

Packages that use BeanFactoryLocator
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. 
 

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

Classes in org.springframework.beans.factory.access that implement BeanFactoryLocator
 class JndiBeanFactoryLocator
          BeanFactoryLocator implementation that creates the BeanFactory from file locations specified as JNDI environment variable.
 class SingletonBeanFactoryLocator
          Keyed-singleton implementation of BeanFactoryLocator, which leverages existing Spring constructs.
 

Methods in org.springframework.beans.factory.access that return BeanFactoryLocator
static BeanFactoryLocator SingletonBeanFactoryLocator.getInstance()
          Returns an instance which uses the default "beanRefFactory.xml", as the name of the definition file(s).
static BeanFactoryLocator SingletonBeanFactoryLocator.getInstance(java.lang.String selector)
          Returns an instance which uses the the specified selector, as the name of the definition file(s).
 

Uses of BeanFactoryLocator in org.springframework.context.access
 

Classes in org.springframework.context.access that implement BeanFactoryLocator
 class ContextJndiBeanFactoryLocator
          Subclass of JndiBeanFactoryLocator which creates a ClassPathXmlApplicationContext instead of a BeanFactory.
 class ContextSingletonBeanFactoryLocator
          Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference definition as an ApplicationContext instead of SingletonBeanFactoryLocator's BeanFactory.
 

Methods in org.springframework.context.access that return BeanFactoryLocator
static BeanFactoryLocator DefaultLocatorFactory.getInstance()
          Return an instance object implementing BeanFactoryLocator.
static BeanFactoryLocator DefaultLocatorFactory.getInstance(java.lang.String selector)
          Return an instance object implementing BeanFactoryLocator.
static BeanFactoryLocator ContextSingletonBeanFactoryLocator.getInstance()
          Returns an instance which uses the default "beanRefContext.xml", as the name of the definition file(s).
static BeanFactoryLocator ContextSingletonBeanFactoryLocator.getInstance(java.lang.String selector)
          Returns an instance which uses the the specified selector, as the name of the definition file(s).
 



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