public class CompositeELResolver extends ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE| Constructor and Description |
|---|
CompositeELResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ELResolver elResolver) |
Class<?> |
getCommonPropertyType(ELContext context,
Object base) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
Object base) |
Class<?> |
getType(ELContext context,
Object base,
Object property) |
Object |
getValue(ELContext context,
Object base,
Object property) |
Object |
invoke(ELContext context,
Object base,
Object method,
Class<?>[] paramTypes,
Object[] params) |
boolean |
isReadOnly(ELContext context,
Object base,
Object property) |
void |
setValue(ELContext context,
Object base,
Object property,
Object value) |
public void add(ELResolver elResolver)
public Object getValue(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
getValue in class ELResolverNullPointerExceptionPropertyNotFoundExceptionELExceptionpublic void setValue(ELContext context, Object base, Object property, Object value) throws NullPointerException, PropertyNotFoundException, PropertyNotWritableException, ELException
setValue in class ELResolverNullPointerExceptionPropertyNotFoundExceptionPropertyNotWritableExceptionELExceptionpublic boolean isReadOnly(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
isReadOnly in class ELResolverNullPointerExceptionPropertyNotFoundExceptionELExceptionpublic Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object base)
getFeatureDescriptors in class ELResolverpublic Class<?> getCommonPropertyType(ELContext context, Object base)
getCommonPropertyType in class ELResolverpublic Class<?> getType(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
getType in class ELResolverNullPointerExceptionPropertyNotFoundExceptionELExceptionCopyright © 2016. All rights reserved.