程序包 org.springframework.beans.factory.access
Helper infrastructure to locate and access bean factories.
Note: This package is only relevant for special sharing of bean factories, for example behind EJB facades. It is not used in a typical web application or standalone application.
接口概要 接口 说明 BeanFactoryLocator Defines a contract for the lookup, use, and release of aBeanFactory, or aBeanFactorysubclass such as anApplicationContext.BeanFactoryReference Used to track a reference to aBeanFactoryobtained through aBeanFactoryLocator.类概要 类 说明 SingletonBeanFactoryLocator Keyed-singleton implementation ofBeanFactoryLocator, which accesses shared SpringBeanFactoryinstances.异常错误概要 异常错误 说明 BootstrapException Exception thrown if a bean factory could not be loaded by a bootstrap class.