org.springframework.beans.factory.access.el | Support classes for accessing a Spring BeanFactory from Unified EL. |
BeanFactoryLocator | Defines a contract for the lookup, use, and release of a
org.springframework.beans.factory.BeanFactory ,
or a BeanFactory subclass such as an
org.springframework.context.ApplicationContext . |
code | html |
BeanFactoryReference | Used to track a reference to a BeanFactory obtained through a BeanFactoryLocator . | code | html |
BeanFactoryBootstrap | One singleton to rule them all. | code | html |
BootstrapException | Exception thrown if a bean factory could not be loaded by a bootstrap class. | code | html |
SingletonBeanFactoryLocator | Keyed-singleton implementation of BeanFactoryLocator , which accesses shared Spring BeanFactory instances. Please see the warning in BeanFactoryLocator's javadoc about appropriate usage of singleton style BeanFactoryLocator implementations. |
code | html |
SingletonBeanFactoryLocator.BeanFactoryGroup | We track BeanFactory instances with this class. | code | html |
SingletonBeanFactoryLocator.CountingBeanFactoryReference | BeanFactoryReference implementation for this locator. | code | html |
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.