| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.factorypackage. | 
| org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactoryimplementation,
including a standard "spring-beans" DTD. | 
| org.springframework.context | This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API. | 
| org.springframework.context.support | Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. | 
| Uses of AutowireCapableBeanFactory in org.springframework.beans.factory.config | 
|---|
| Subinterfaces of AutowireCapableBeanFactory in org.springframework.beans.factory.config | |
|---|---|
|  interface | ConfigurableListableBeanFactoryConfiguration interface to be implemented by most listable bean factories. | 
| Uses of AutowireCapableBeanFactory in org.springframework.beans.factory.support | 
|---|
| Classes in org.springframework.beans.factory.support that implement AutowireCapableBeanFactory | |
|---|---|
|  class | AbstractAutowireCapableBeanFactoryAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinitionclass. | 
|  class | DefaultListableBeanFactoryDefault implementation of the ListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory
 based on bean definition objects. | 
| Uses of AutowireCapableBeanFactory in org.springframework.beans.factory.xml | 
|---|
| Classes in org.springframework.beans.factory.xml that implement AutowireCapableBeanFactory | |
|---|---|
|  class | XmlBeanFactoryConvenience extension of DefaultListableBeanFactorythat reads bean definitions
 from an XML document. | 
| Uses of AutowireCapableBeanFactory in org.springframework.context | 
|---|
| Methods in org.springframework.context that return AutowireCapableBeanFactory | |
|---|---|
|  AutowireCapableBeanFactory | ApplicationContext.getAutowireCapableBeanFactory()Expose AutowireCapableBeanFactory functionality for this context. | 
| Uses of AutowireCapableBeanFactory in org.springframework.context.support | 
|---|
| Methods in org.springframework.context.support that return AutowireCapableBeanFactory | |
|---|---|
|  AutowireCapableBeanFactory | AbstractApplicationContext.getAutowireCapableBeanFactory()Return this context's internal bean factory as AutowireCapableBeanFactory, if already available. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||