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.  
 

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 AbstractXmlApplicationContext.createBeanFactory()
          Create the bean factory for this context.
 DefaultListableBeanFactory StaticApplicationContext.getDefaultListableBeanFactory()
          Return the underlying bean factory of this context.
 

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.
 



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