Uses of Interface
org.springframework.beans.factory.config.AutowireCapableBeanFactory

Packages that use AutowireCapableBeanFactory
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
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 AutowireCapableBeanFactory in org.springframework.beans.factory.config
 

Subinterfaces of AutowireCapableBeanFactory in org.springframework.beans.factory.config
 interface ConfigurableListableBeanFactory
          SPI interface to be implemented by most if not all listable bean factories.
 

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

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

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

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



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