org.apache.myfaces.el
Class NullPropertyResolver
java.lang.Object
javax.faces.el.PropertyResolver
org.apache.myfaces.el.NullPropertyResolver
public final class NullPropertyResolver
- extends PropertyResolver
Default PropertyResolver. See JSF 1.2 spec section 5.8.2
- Author:
- Stan Silvert
Method Summary |
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)
|
void |
setValue(Object base,
int index,
Object value)
|
void |
setValue(Object base,
Object property,
Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullPropertyResolver
public NullPropertyResolver()
- Creates a new instance of NullPropertyResolver
isReadOnly
public boolean isReadOnly(Object base,
int index)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
isReadOnly
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
isReadOnly
public boolean isReadOnly(Object base,
Object property)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
isReadOnly
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
getValue
public Object getValue(Object base,
int index)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
getValue
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
getValue
public Object getValue(Object base,
Object property)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
getValue
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
getType
public Class getType(Object base,
int index)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
getType
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
getType
public Class getType(Object base,
Object property)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
getType
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
setValue
public void setValue(Object base,
Object property,
Object value)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
setValue
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
setValue
public void setValue(Object base,
int index,
Object value)
throws EvaluationException,
PropertyNotFoundException
- Specified by:
setValue
in class PropertyResolver
- Throws:
EvaluationException
PropertyNotFoundException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.