| java.lang.Object javax.el.ELResolver javax.el.ListELResolver
ListELResolver | public class ListELResolver extends ELResolver (Code) | | Resolves properties based on lists.
|
Method Summary | |
public Class> | getCommonPropertyType(ELContext context, Object base) | public Iterator<FeatureDescriptor> | getFeatureDescriptors(ELContext context, Object base) | public Class> | getType(ELContext context, Object base, Object property) | public Object | getValue(ELContext context, Object base, Object property) | public boolean | isReadOnly(ELContext context, Object base, Object property) | public void | setValue(ELContext context, Object base, Object property, Object value) |
ListELResolver | public ListELResolver()(Code) | | |
ListELResolver | public ListELResolver(boolean isReadOnly)(Code) | | |
Methods inherited from javax.el.ELResolver | abstract public Class> getCommonPropertyType(ELContext context, Object base)(Code)(Java Doc) abstract public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object base)(Code)(Java Doc) abstract public Class> getType(ELContext context, Object base, Object property)(Code)(Java Doc) abstract public Object getValue(ELContext context, Object base, Object property) throws PropertyNotFoundException, ELException(Code)(Java Doc) abstract public boolean isReadOnly(ELContext context, Object base, Object property) throws PropertyNotFoundException, ELException(Code)(Java Doc) abstract public void setValue(ELContext context, Object base, Object property, Object value) throws PropertyNotFoundException, PropertyNotWritableException, ELException(Code)(Java Doc)
|
|
|