|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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, with the full capabilities specified by the RootBeanDefinition class. |
class |
DefaultListableBeanFactory
Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definitions. |
Constructors in org.springframework.beans.factory.support with parameters of type AbstractBeanFactory | |
---|---|
BeanDefinitionValueResolver(AbstractBeanFactory beanFactory,
String beanName,
BeanDefinition beanDefinition)
Create a new BeanDefinitionValueResolver for the given BeanFactory and BeanDefinition. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |