|
Spring Framework | ||||||||
| 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(BeanFactory beanFactory)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
resolve(EvaluationContext context,
java.lang.String beanName)
Look up the named bean and return it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanFactoryResolver(BeanFactory beanFactory)
| Method Detail |
|---|
public java.lang.Object resolve(EvaluationContext context,
java.lang.String beanName)
throws AccessException
BeanResolver
resolve in interface BeanResolvercontext - the current evaluation contextbeanName - the name of the bean to lookup
AccessException - if there is an unexpected problem resolving the named bean
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||