|
spring-context | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.context.expression.BeanFactoryResolver
public class BeanFactoryResolver
EL bean resolver that operates against a Spring
BeanFactory
.
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 |
---|
public BeanFactoryResolver(org.springframework.beans.factory.BeanFactory beanFactory)
Method Detail |
---|
public java.lang.Object resolve(org.springframework.expression.EvaluationContext context, java.lang.String beanName) throws org.springframework.expression.AccessException
resolve
in interface org.springframework.expression.BeanResolver
org.springframework.expression.AccessException
|
spring-context | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |