| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurableBeanFactory | |
|---|---|
| org.springframework.aop.framework.autoproxy.target | Generic support classes for target source creation. | 
| org.springframework.aop.scope | Support for AOP-based scoping of target objects, with configurable backend. | 
| 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. | 
| Uses of ConfigurableBeanFactory in org.springframework.aop.framework.autoproxy.target | 
|---|
| Methods in org.springframework.aop.framework.autoproxy.target with parameters of type ConfigurableBeanFactory | |
|---|---|
| protected  DefaultListableBeanFactory | AbstractBeanFactoryBasedTargetSourceCreator.buildInternalBeanFactory(ConfigurableBeanFactory containingFactory)Build an internal BeanFactory for resolving target beans. | 
| Uses of ConfigurableBeanFactory in org.springframework.aop.scope | 
|---|
| Constructors in org.springframework.aop.scope with parameters of type ConfigurableBeanFactory | |
|---|---|
| DefaultScopedObject(ConfigurableBeanFactory beanFactory,
                    String targetBeanName)Creates a new instance of the DefaultScopedObjectclass. | |
| Uses of ConfigurableBeanFactory in org.springframework.beans.factory.config | 
|---|
| Subinterfaces of ConfigurableBeanFactory in org.springframework.beans.factory.config | |
|---|---|
|  interface | ConfigurableListableBeanFactoryConfiguration interface to be implemented by most listable bean factories. | 
| Methods in org.springframework.beans.factory.config with parameters of type ConfigurableBeanFactory | |
|---|---|
|  void | ConfigurableBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory)Copy all relevant configuration from the given other factory. | 
| Uses of ConfigurableBeanFactory in org.springframework.beans.factory.support | 
|---|
| Classes in org.springframework.beans.factory.support that implement ConfigurableBeanFactory | |
|---|---|
|  class | AbstractAutowireCapableBeanFactoryAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinitionclass. | 
|  class | AbstractBeanFactoryAbstract base class for BeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI. | 
|  class | DefaultListableBeanFactoryDefault implementation of the ListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory
 based on bean definition objects. | 
| Methods in org.springframework.beans.factory.support with parameters of type ConfigurableBeanFactory | |
|---|---|
|  void | AbstractAutowireCapableBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory) | 
|  void | AbstractBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory) | 
|  void | DefaultListableBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory) | 
| Uses of ConfigurableBeanFactory in org.springframework.beans.factory.xml | 
|---|
| Classes in org.springframework.beans.factory.xml that implement ConfigurableBeanFactory | |
|---|---|
|  class | XmlBeanFactoryConvenience extension of DefaultListableBeanFactorythat reads bean definitions
 from an XML document. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||