org.apache.myfaces.el
Class PropertyResolverImpl
java.lang.Object
javax.faces.el.PropertyResolver
org.apache.myfaces.el.PropertyResolverImpl
public final class PropertyResolverImpl
- extends javax.faces.el.PropertyResolver
- Version:
- $Revision: 1136229 $ $Date: 2011-06-15 17:38:34 -0500 (Wed, 15 Jun 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), 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 javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
- Specified by:
getValue
in class javax.faces.el.PropertyResolver
- Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
getValue
public java.lang.Object getValue(java.lang.Object base,
int index)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
- Specified by:
getValue
in class javax.faces.el.PropertyResolver
- Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
setValue
public void setValue(java.lang.Object base,
java.lang.Object property,
java.lang.Object newValue)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
- Specified by:
setValue
in class javax.faces.el.PropertyResolver
- Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
setValue
public void setValue(java.lang.Object base,
int index,
java.lang.Object newValue)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
- Specified by:
setValue
in class javax.faces.el.PropertyResolver
- Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
isReadOnly
public boolean isReadOnly(java.lang.Object base,
java.lang.Object property)
- Specified by:
isReadOnly
in class javax.faces.el.PropertyResolver
isReadOnly
public boolean isReadOnly(java.lang.Object base,
int index)
- Specified by:
isReadOnly
in class javax.faces.el.PropertyResolver
getType
public java.lang.Class getType(java.lang.Object base,
java.lang.Object property)
- Specified by:
getType
in class javax.faces.el.PropertyResolver
getType
public java.lang.Class getType(java.lang.Object base,
int index)
- Specified by:
getType
in class javax.faces.el.PropertyResolver
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.