public class

SimpleSpringBeanELResolver

extends SpringBeanELResolver
java.lang.Object
   ↳ ELResolver
     ↳ org.springframework.beans.factory.access.el.SpringBeanELResolver
       ↳ org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver

Class Overview

Simple concrete variant of SpringBeanELResolver, delegating to a given BeanFactory that the resolver was constructed with.

Summary

[Expand]
Inherited Fields
From class org.springframework.beans.factory.access.el.SpringBeanELResolver
Public Constructors
SimpleSpringBeanELResolver(BeanFactory beanFactory)
Create a new SimpleSpringBeanELResolver for the given BeanFactory.
Protected Methods
BeanFactory getBeanFactory(ELContext elContext)
Retrieve the Spring BeanFactory to delegate bean name resolution to.
[Expand]
Inherited Methods
From class org.springframework.beans.factory.access.el.SpringBeanELResolver
From class java.lang.Object

Public Constructors

public SimpleSpringBeanELResolver (BeanFactory beanFactory)

Also: SpringBeans

Create a new SimpleSpringBeanELResolver for the given BeanFactory.

Parameters
beanFactory the Spring BeanFactory to delegate to

Protected Methods

protected BeanFactory getBeanFactory (ELContext elContext)

Also: SpringBeans

Retrieve the Spring BeanFactory to delegate bean name resolution to.

Parameters
elContext the current ELContext
Returns
  • the Spring BeanFactory (never null)