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

Packages that use AbstractBeanFactory
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
 

Uses of AbstractBeanFactory in org.springframework.beans.factory.support
 

Subclasses of AbstractBeanFactory in org.springframework.beans.factory.support
 class AbstractAutowireCapableBeanFactory
          Abstract BeanFactory superclass that implements default bean creation.
 class DefaultListableBeanFactory
          Concrete implementation of ListableBeanFactory.
 

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

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



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