Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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

Classes in org.springframework.beans.factory.access that implement BeanFactoryLocator
 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 "classpath*: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).