| org.springframework.expression.BeanResolver |
Known Indirect Subclasses
| |||||||||||||
A bean resolver can be registered with the evaluation context
and will kick in for @myBeanName still expressions.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Look up the named bean and return it.
| |||||||||||
Look up the named bean and return it.
| context | the current evaluation context |
|---|---|
| beanName | the name of the bean to lookup |
| AccessException | if there is an unexpected problem resolving the named bean |
|---|
