public class PropertyResolverImpl
extends javax.faces.el.PropertyResolver
Constructor and Description |
---|
PropertyResolverImpl() |
Modifier and Type | Method and Description |
---|---|
static Object |
getProperty(Object base,
String name) |
static PropertyDescriptor |
getPropertyDescriptor(BeanInfo beanInfo,
String propertyName) |
static PropertyDescriptor |
getPropertyDescriptor(Object base,
String name) |
Class |
getType(Object base,
int index) |
Class |
getType(Object base,
Object property) |
Object |
getValue(Object base,
int index) |
Object |
getValue(Object base,
Object property) |
boolean |
isReadOnly(Object base,
int index) |
boolean |
isReadOnly(Object base,
Object property) |
static void |
setProperty(Object base,
String name,
Object newValue) |
void |
setValue(Object base,
int index,
Object newValue) |
void |
setValue(Object base,
Object property,
Object newValue) |
public Object getValue(Object base, Object property) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
getValue
in class javax.faces.el.PropertyResolver
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public Object getValue(Object base, int index) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
getValue
in class javax.faces.el.PropertyResolver
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public void setValue(Object base, Object property, Object newValue) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
setValue
in class javax.faces.el.PropertyResolver
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public void setValue(Object base, int index, Object newValue) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
setValue
in class javax.faces.el.PropertyResolver
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public boolean isReadOnly(Object base, Object property)
isReadOnly
in class javax.faces.el.PropertyResolver
public boolean isReadOnly(Object base, int index)
isReadOnly
in class javax.faces.el.PropertyResolver
public Class getType(Object base, Object property)
getType
in class javax.faces.el.PropertyResolver
public Class getType(Object base, int index)
getType
in class javax.faces.el.PropertyResolver
public static PropertyDescriptor getPropertyDescriptor(Object base, String name)
public static PropertyDescriptor getPropertyDescriptor(BeanInfo beanInfo, String propertyName)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.