Uses of Class
org.springframework.beans.factory.support.DefaultListableBeanFactory

Packages that use DefaultListableBeanFactory
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.  
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
org.springframework.jdbc.core.support Classes supporting the org.springframework.jdbc.core package.  
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
 

Uses of DefaultListableBeanFactory in org.springframework.beans.factory.xml
 

Subclasses of DefaultListableBeanFactory in org.springframework.beans.factory.xml
 class XmlBeanFactory
          Convenience extension of DefaultListableBeanFactory that reads bean definitions from an XML document.
 

Uses of DefaultListableBeanFactory in org.springframework.context.support
 

Methods in org.springframework.context.support that return DefaultListableBeanFactory
protected  DefaultListableBeanFactory AbstractRefreshableApplicationContext.createBeanFactory()
          Create the bean factory for this context.
 DefaultListableBeanFactory GenericApplicationContext.getDefaultListableBeanFactory()
          Return the underlying bean factory of this context, available for registering bean definitions.
 

Methods in org.springframework.context.support with parameters of type DefaultListableBeanFactory
protected abstract  void AbstractRefreshableApplicationContext.loadBeanDefinitions(DefaultListableBeanFactory beanFactory)
          Load bean definitions into the given bean factory, typically through delegating to one or more bean definition readers.
protected  void AbstractXmlApplicationContext.loadBeanDefinitions(DefaultListableBeanFactory beanFactory)
          Loads the bean definitions via an XmlBeanDefinitionReader.
 

Constructors in org.springframework.context.support with parameters of type DefaultListableBeanFactory
GenericApplicationContext(DefaultListableBeanFactory beanFactory)
          Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
GenericApplicationContext(DefaultListableBeanFactory beanFactory, ApplicationContext parent)
          Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
 

Uses of DefaultListableBeanFactory in org.springframework.jdbc.core.support
 

Constructors in org.springframework.jdbc.core.support with parameters of type DefaultListableBeanFactory
JdbcBeanDefinitionReader(DefaultListableBeanFactory beanFactory)
          Create a new JdbcBeanDefinitionReader for the given bean factory.
 

Uses of DefaultListableBeanFactory in org.springframework.web.context.support
 

Methods in org.springframework.web.context.support with parameters of type DefaultListableBeanFactory
protected  void XmlWebApplicationContext.loadBeanDefinitions(DefaultListableBeanFactory beanFactory)
          Loads the bean definitions via an XmlBeanDefinitionReader.
 



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