public class UtilELResolver extends ELResolverBase
| Constructor and Description |
|---|
UtilELResolver() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCommonPropertyType(javax.el.ELContext elContext,
Object base) |
boolean |
isReadOnly(javax.el.ELContext elContext,
Object base,
Object property) |
protected Object |
resolveProperty(javax.el.ELContext elContext,
Object base,
String property) |
protected Object |
resolveVariable(javax.el.ELContext elContext,
String varName) |
void |
setValue(javax.el.ELContext elContext,
Object base,
Object property,
Object value) |
addFeatureDescriptor, getFeatureDescriptors, getType, getValuepublic Class<?> getCommonPropertyType(javax.el.ELContext elContext, Object base)
getCommonPropertyType in class javax.el.ELResolverpublic boolean isReadOnly(javax.el.ELContext elContext,
Object base,
Object property)
isReadOnly in class ELResolverBasepublic void setValue(javax.el.ELContext elContext,
Object base,
Object property,
Object value)
setValue in class ELResolverBaseprotected Object resolveProperty(javax.el.ELContext elContext, Object base, String property)
resolveProperty in class ELResolverBaseprotected Object resolveVariable(javax.el.ELContext elContext, String varName)
resolveVariable in class ELResolverBaseCopyright © 2016 Liferay, Inc.. All rights reserved.