spring-context

org.springframework.context.expression
Class BeanFactoryResolver

java.lang.Object
  extended by org.springframework.context.expression.BeanFactoryResolver
All Implemented Interfaces:
org.springframework.expression.BeanResolver

public class BeanFactoryResolver
extends java.lang.Object
implements org.springframework.expression.BeanResolver

EL bean resolver that operates against a Spring BeanFactory.

Since:
3.0.4
Author:
Juergen Hoeller

Constructor Summary
BeanFactoryResolver(org.springframework.beans.factory.BeanFactory beanFactory)
           
 
Method Summary
 java.lang.Object resolve(org.springframework.expression.EvaluationContext context, java.lang.String beanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanFactoryResolver

public BeanFactoryResolver(org.springframework.beans.factory.BeanFactory beanFactory)
Method Detail

resolve

public java.lang.Object resolve(org.springframework.expression.EvaluationContext context,
                                java.lang.String beanName)
                         throws org.springframework.expression.AccessException
Specified by:
resolve in interface org.springframework.expression.BeanResolver
Throws:
org.springframework.expression.AccessException

spring-context