java.lang.Object | |
↳ | org.springframework.context.expression.BeanFactoryResolver |
EL bean resolver that operates against a Spring
BeanFactory
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Look up the named bean and return it.
|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]()
|
Look up the named bean and return it.
context | the current evaluation context |
---|---|
beanName | the name of the bean to lookup |
AccessException |
---|