public abstract class ELResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOLVABLE_AT_DESIGN_TIME |
static String |
TYPE |
| Constructor and Description |
|---|
ELResolver() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<?> |
getCommonPropertyType(ELContext context,
Object base) |
abstract Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
Object base) |
abstract Class<?> |
getType(ELContext context,
Object base,
Object property) |
abstract Object |
getValue(ELContext context,
Object base,
Object property) |
Object |
invoke(ELContext context,
Object base,
Object method,
Class<?>[] paramTypes,
Object[] params) |
abstract boolean |
isReadOnly(ELContext context,
Object base,
Object property) |
abstract void |
setValue(ELContext context,
Object base,
Object property,
Object value) |
public static final String RESOLVABLE_AT_DESIGN_TIME
public static final String TYPE
public abstract Object getValue(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
public abstract Class<?> getType(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
public abstract void setValue(ELContext context, Object base, Object property, Object value) throws NullPointerException, PropertyNotFoundException, PropertyNotWritableException, ELException
public abstract boolean isReadOnly(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
public abstract Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object base)
public abstract Class<?> getCommonPropertyType(ELContext context, Object base)
Copyright © 2016. All rights reserved.