public class SimpleSpringBeanELResolver extends SpringBeanELResolver
SpringBeanELResolver
, delegating
to a given BeanFactory
that the resolver was constructed with.logger
RESOLVABLE_AT_DESIGN_TIME, TYPE
Constructor and Description |
---|
SimpleSpringBeanELResolver(BeanFactory beanFactory)
Create a new SimpleSpringBeanELResolver for the given BeanFactory.
|
Modifier and Type | Method and Description |
---|---|
protected BeanFactory |
getBeanFactory(ELContext elContext)
Retrieve the Spring BeanFactory to delegate bean name resolution to.
|
getCommonPropertyType, getFeatureDescriptors, getType, getValue, isReadOnly, setValue
invoke
public SimpleSpringBeanELResolver(BeanFactory beanFactory)
beanFactory
- the Spring BeanFactory to delegate toprotected BeanFactory getBeanFactory(ELContext elContext)
SpringBeanELResolver
getBeanFactory
in class SpringBeanELResolver
elContext
- the current ELContextnull
)