public class ApplicationContextElResolver
extends javax.el.ELResolver
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
ApplicationContextElResolver(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCommonPropertyType(javax.el.ELContext context,
Object arg) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
Object arg) |
Class<?> |
getType(javax.el.ELContext context,
Object arg1,
Object arg2) |
Object |
getValue(javax.el.ELContext context,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
Object base,
Object property) |
void |
setValue(javax.el.ELContext context,
Object base,
Object property,
Object value) |
protected org.springframework.context.ApplicationContext applicationContext
public ApplicationContextElResolver(org.springframework.context.ApplicationContext applicationContext)
public Object getValue(javax.el.ELContext context, Object base, Object property)
getValue in class javax.el.ELResolverpublic boolean isReadOnly(javax.el.ELContext context,
Object base,
Object property)
isReadOnly in class javax.el.ELResolverpublic void setValue(javax.el.ELContext context,
Object base,
Object property,
Object value)
setValue in class javax.el.ELResolverpublic Class<?> getCommonPropertyType(javax.el.ELContext context, Object arg)
getCommonPropertyType in class javax.el.ELResolverpublic Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, Object arg)
getFeatureDescriptors in class javax.el.ELResolverCopyright © 2017 Alfresco. All rights reserved.