public class DynamicBeanPropertyELResolver
extends javax.el.ELResolver
ELResolver for dynamic bean properties| Modifier and Type | Field and Description |
|---|---|
protected String |
readMethodName |
protected boolean |
readOnly |
protected Class<?> |
subject |
protected String |
writeMethodName |
| Constructor and Description |
|---|
DynamicBeanPropertyELResolver(boolean readOnly,
Class<?> subject,
String readMethodName,
String writeMethodName) |
DynamicBeanPropertyELResolver(Class<?> subject,
String readMethodName,
String writeMethodName) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCommonPropertyType(javax.el.ELContext context,
Object base) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
Object base) |
Class<?> |
getType(javax.el.ELContext context,
Object base,
Object property) |
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 Class<?> subject
protected String readMethodName
protected String writeMethodName
protected boolean readOnly
public DynamicBeanPropertyELResolver(boolean readOnly,
Class<?> subject,
String readMethodName,
String writeMethodName)
public Class<?> getCommonPropertyType(javax.el.ELContext context, Object base)
getCommonPropertyType in class javax.el.ELResolverpublic Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, Object base)
getFeatureDescriptors in class javax.el.ELResolverpublic Class<?> getType(javax.el.ELContext context, Object base, Object property)
getType in class javax.el.ELResolverpublic 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.ELResolverCopyright © 2016 Alfresco. All rights reserved.