org.apache.myfaces.el
Class PropertyResolverImpl
java.lang.Object
javax.faces.el.PropertyResolver
org.apache.myfaces.el.PropertyResolverImpl
public final class PropertyResolverImpl
- extends PropertyResolver
- Version:
- $Revision: 693059 $ $Date: 2008-09-08 06:42:28 -0500 (Mon, 08 Sep 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $), Anton Koinov
Method Summary |
java.lang.Class |
getType(java.lang.Object base,
int index)
|
java.lang.Class |
getType(java.lang.Object base,
java.lang.Object property)
|
java.lang.Object |
getValue(java.lang.Object base,
int index)
|
java.lang.Object |
getValue(java.lang.Object base,
java.lang.Object property)
|
boolean |
isReadOnly(java.lang.Object base,
int index)
|
boolean |
isReadOnly(java.lang.Object base,
java.lang.Object property)
|
void |
setValue(java.lang.Object base,
int index,
java.lang.Object newValue)
|
void |
setValue(java.lang.Object base,
java.lang.Object property,
java.lang.Object newValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyResolverImpl
public PropertyResolverImpl()
getValue
public java.lang.Object getValue(java.lang.Object base,
java.lang.Object property)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
getValue
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
getValue
public java.lang.Object getValue(java.lang.Object base,
int index)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
getValue
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
setValue
public void setValue(java.lang.Object base,
java.lang.Object property,
java.lang.Object newValue)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
setValue
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
setValue
public void setValue(java.lang.Object base,
int index,
java.lang.Object newValue)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
setValue
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
isReadOnly
public boolean isReadOnly(java.lang.Object base,
java.lang.Object property)
- Specified by:
isReadOnly
in class PropertyResolver
isReadOnly
public boolean isReadOnly(java.lang.Object base,
int index)
- Specified by:
isReadOnly
in class PropertyResolver
getType
public java.lang.Class getType(java.lang.Object base,
java.lang.Object property)
- Specified by:
getType
in class PropertyResolver
getType
public java.lang.Class getType(java.lang.Object base,
int index)
- Specified by:
getType
in class PropertyResolver
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.