public class PropertyResolverImpl
extends javax.faces.el.PropertyResolver
| Constructor and Description |
|---|
PropertyResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public java.lang.Object getValue(java.lang.Object base,
java.lang.Object property)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
getValue in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic java.lang.Object getValue(java.lang.Object base,
int index)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
getValue in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic void setValue(java.lang.Object base,
java.lang.Object property,
java.lang.Object newValue)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
setValue in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic void setValue(java.lang.Object base,
int index,
java.lang.Object newValue)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
setValue in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic boolean isReadOnly(java.lang.Object base,
java.lang.Object property)
isReadOnly in class javax.faces.el.PropertyResolverpublic boolean isReadOnly(java.lang.Object base,
int index)
isReadOnly in class javax.faces.el.PropertyResolverpublic java.lang.Class getType(java.lang.Object base,
java.lang.Object property)
getType in class javax.faces.el.PropertyResolverpublic java.lang.Class getType(java.lang.Object base,
int index)
getType in class javax.faces.el.PropertyResolverpublic static void setProperty(java.lang.Object base,
java.lang.String name,
java.lang.Object newValue)
public static java.lang.Object getProperty(java.lang.Object base,
java.lang.String name)
public static java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.Object base,
java.lang.String name)
public static java.beans.PropertyDescriptor getPropertyDescriptor(java.beans.BeanInfo beanInfo,
java.lang.String propertyName)