public interface

BeanResolver

org.springframework.expression.BeanResolver
Known Indirect Subclasses

Class Overview

A bean resolver can be registered with the evaluation context and will kick in for @myBeanName still expressions.

Summary

Public Methods
abstract Object resolve(EvaluationContext context, String beanName)
Look up the named bean and return it.

Public Methods

public abstract Object resolve (EvaluationContext context, String beanName)

Look up the named bean and return it.

Parameters
context the current evaluation context
beanName 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