org.springframework.expression
Interface BeanResolver
public interface BeanResolver
A bean resolver can be registered with the evaluation context
and will kick in for @myBeanName still expressions.
- Since:
- 3.0.3
- Author:
- Andy Clement
|
Method Summary |
java.lang.Object |
resolve(EvaluationContext context,
java.lang.String beanName)
Look up the named bean and return it. |
resolve
java.lang.Object resolve(EvaluationContext context,
java.lang.String beanName)
throws AccessException
- Look up the named bean and return it.
- Parameters:
context - the current evaluation contextbeanName - the name of the bean to lookup
- Returns:
- an object representing the bean
- Throws:
AccessException - if there is an unexpected problem resolving the named bean