| 程序包 | 说明 |
|---|---|
| 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" XSD. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultListableBeanFactory
Spring's default implementation of the
ConfigurableListableBeanFactory
and BeanDefinitionRegistry interfaces: a full-fledged bean factory
based on bean definition metadata, extensible through post-processors. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
XmlBeanFactory
已过时。
as of Spring 3.1 in favor of
DefaultListableBeanFactory and
XmlBeanDefinitionReader |