| Name | Description | Type | Package | Framework |
| BeanFactoryLocator | Defines a contract for the lookup, use, and release of aor a BeanFactory subclass such as an | Interface | org.springframework.beans.factory.access | Spring MVC |
| BeanFactoryReference | Used to track a reference to a BeanFactory obtained througha BeanFactoryLocator. | Interface | org.springframework.beans.factory.access | Spring MVC |
| BootstrapException | Exception thrown if a bean factory could not be loaded by a bootstrap class. | Class | org.springframework.beans.factory.access | Spring MVC |
| SimpleSpringBeanELResolver | Simple concrete variant of SpringBeanELResolver, delegatingto a given BeanFactory that the resolver was constructed with. | Class | org.springframework.beans.factory.access.el | Spring MVC |
| SingletonBeanFactoryLocator | Keyed-singleton implementation of BeanFactoryLocator,which accesses shared Spring BeanFactory instances. | Class | org.springframework.beans.factory.access | Spring MVC |
| SpringBeanELResolver | Unified EL ELResolver that delegates to a Spring BeanFactory,resolving name references to Spring-defined beans. | Class | org.springframework.beans.factory.access.el | Spring MVC |