| 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 | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
org.springframework.expression.BeanResolver
| |||||||||||||
Look up the named bean and return it.
| context | the current evaluation context |
|---|---|
| beanName | the name of the bean to lookup |
| AccessException |
|---|
