| java.lang.Object javax.faces.el.PropertyResolver org.apache.myfaces.el.DefaultPropertyResolver
DefaultPropertyResolver | public class DefaultPropertyResolver extends PropertyResolver (Code) | | Implements the default property resolver see spec section 5.8.2.
author: Mathias Broekelmann (latest modification by $Author: mbr $) version: $Revision: 511514 $ $Date: 2007-02-25 14:47:48 +0100 (So, 25 Feb 2007) $ |
Method Summary | |
public Class | getType(Object base, int index) | public Class | getType(Object base, Object property) | public Object | getValue(Object base, int index) | public Object | getValue(Object base, Object property) | public boolean | isReadOnly(Object base, int index) | public boolean | isReadOnly(Object base, Object property) | public void | setValue(Object base, int index, Object value) | public void | setValue(Object base, Object property, Object value) |
Methods inherited from javax.faces.el.PropertyResolver | abstract public Class getType(Object base, int index) throws EvaluationException, PropertyNotFoundException(Code)(Java Doc) abstract public Class getType(Object base, java.lang.Object property) throws EvaluationException, PropertyNotFoundException(Code)(Java Doc) abstract public Object getValue(Object base, int index) throws EvaluationException, PropertyNotFoundException(Code)(Java Doc) abstract public Object getValue(Object base, java.lang.Object property) throws EvaluationException, PropertyNotFoundException(Code)(Java Doc) abstract public boolean isReadOnly(Object base, int index) throws EvaluationException, PropertyNotFoundException(Code)(Java Doc) abstract public boolean isReadOnly(Object base, java.lang.Object property) throws EvaluationException, PropertyNotFoundException(Code)(Java Doc) abstract public void setValue(Object base, int index, java.lang.Object value) throws EvaluationException, PropertyNotFoundException(Code)(Java Doc) abstract public void setValue(Object base, Object property, java.lang.Object value) throws EvaluationException, PropertyNotFoundException(Code)(Java Doc)
|
|
|