org.apache.myfaces.el
Class PropertyResolverImpl
java.lang.Object
   javax.faces.el.PropertyResolver
javax.faces.el.PropertyResolver
       org.apache.myfaces.el.PropertyResolverImpl
org.apache.myfaces.el.PropertyResolverImpl
- public class PropertyResolverImpl 
- extends javax.faces.el.PropertyResolver
- Version:
- $Revision: 600632 $ $Date: 2007-12-03 13:55:04 -0500 (Mon, 03 Dec 2007) $
- Author:
- Manfred Geiler (latest modification by $Author: mmarinschek $), Anton Koinov
 
| Method Summary | 
| static java.lang.Object | getProperty(java.lang.Object base,
            java.lang.String name)
 | 
| static java.beans.PropertyDescriptor | getPropertyDescriptor(java.beans.BeanInfo beanInfo,
                      java.lang.String propertyName)
 | 
| static java.beans.PropertyDescriptor | getPropertyDescriptor(java.lang.Object base,
                      java.lang.String name)
 | 
|  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)
 | 
| static void | setProperty(java.lang.Object base,
            java.lang.String name,
            java.lang.Object newValue)
 | 
|  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:
- getValuein 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:
- getValuein 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:
- setValuein 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:
- setValuein 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:
- isReadOnlyin class- javax.faces.el.PropertyResolver
 
- 
 
isReadOnly
public boolean isReadOnly(java.lang.Object base,
                          int index)
- 
- Specified by:
- isReadOnlyin class- javax.faces.el.PropertyResolver
 
- 
 
getType
public java.lang.Class getType(java.lang.Object base,
                               java.lang.Object property)
- 
- Specified by:
- getTypein class- javax.faces.el.PropertyResolver
 
- 
 
getType
public java.lang.Class getType(java.lang.Object base,
                               int index)
- 
- Specified by:
- getTypein class- javax.faces.el.PropertyResolver
 
- 
 
setProperty
public static void setProperty(java.lang.Object base,
                               java.lang.String name,
                               java.lang.Object newValue)
- 
 
getProperty
public static java.lang.Object getProperty(java.lang.Object base,
                                           java.lang.String name)
- 
 
getPropertyDescriptor
public static java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.Object base,
                                                                  java.lang.String name)
- 
 
getPropertyDescriptor
public static java.beans.PropertyDescriptor getPropertyDescriptor(java.beans.BeanInfo beanInfo,
                                                                  java.lang.String propertyName)
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.