|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.el.ELResolver
org.springframework.beans.factory.access.el.SpringBeanELResolver
org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver
public class SimpleSpringBeanELResolver
Simple concrete variant of SpringBeanELResolver
, delegating
to a given BeanFactory
that the resolver was constructed with.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.access.el.SpringBeanELResolver |
---|
logger |
Fields inherited from class javax.el.ELResolver |
---|
RESOLVABLE_AT_DESIGN_TIME, TYPE |
Constructor Summary | |
---|---|
SimpleSpringBeanELResolver(BeanFactory beanFactory)
Create a new SimpleSpringBeanELResolver for the given BeanFactory. |
Method Summary | |
---|---|
protected BeanFactory |
getBeanFactory(javax.el.ELContext elContext)
Retrieve the Spring BeanFactory to delegate bean name resolution to. |
Methods inherited from class org.springframework.beans.factory.access.el.SpringBeanELResolver |
---|
getCommonPropertyType, getFeatureDescriptors, getType, getValue, isReadOnly, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleSpringBeanELResolver(BeanFactory beanFactory)
beanFactory
- the Spring BeanFactory to delegate toMethod Detail |
---|
protected BeanFactory getBeanFactory(javax.el.ELContext elContext)
SpringBeanELResolver
getBeanFactory
in class SpringBeanELResolver
elContext
- the current ELContext
null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |