public class ListELResolver extends ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE| Constructor and Description |
|---|
ListELResolver() |
ListELResolver(boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
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) |
boolean |
isReadOnly(ELContext context,
Object base,
Object property) |
void |
setValue(ELContext context,
Object base,
Object property,
Object value) |
invokepublic ListELResolver()
public ListELResolver(boolean readOnly)
public Object getValue(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
getValue in class ELResolverNullPointerExceptionPropertyNotFoundExceptionELExceptionpublic Class<?> getType(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
getType 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 ELResolverCopyright © 2016. All rights reserved.