org.apache.myfaces.el
Class PropertyResolverImpl
java.lang.Object
javax.faces.el.PropertyResolver
org.apache.myfaces.el.PropertyResolverImpl
public class PropertyResolverImpl
- extends PropertyResolver
- Version:
- $Revision: 684465 $ $Date: 2008-08-10 06:38:21 -0500 (Sun, 10 Aug 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $), 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 © 2008 The Apache Software Foundation. All Rights Reserved.