public class TemplateELResolver
extends javax.el.ELResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CONTEXT |
static String |
PROPERTY_CUR |
static String |
PROPERTY_MY |
static String |
PROPERTY_TOP |
| Constructor and Description |
|---|
TemplateELResolver(TemplateContext templateContext) |
| 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) |
public static final String PROPERTY_TOP
public static final String PROPERTY_CONTEXT
public static final String PROPERTY_CUR
public static final String PROPERTY_MY
public TemplateELResolver(TemplateContext templateContext)
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 © 2007-2012. All Rights Reserved.