java.lang.Object | |||
↳ | ELResolver | ||
↳ | org.springframework.beans.factory.access.el.SpringBeanELResolver | ||
↳ | org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver |
Simple concrete variant of SpringBeanELResolver
, delegating
to a given BeanFactory
that the resolver was constructed with.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new SimpleSpringBeanELResolver for the given BeanFactory.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the Spring BeanFactory to delegate bean name resolution to.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Create a new SimpleSpringBeanELResolver for the given BeanFactory.
beanFactory | the Spring BeanFactory to delegate to |
---|
Retrieve the Spring BeanFactory to delegate bean name resolution to.
elContext | the current ELContext |
---|
null
)