Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.faces.el.ValueBinding
public abstract class ValueBinding
extends java.lang.Object
Method Summary | |
String | |
abstract Class |
|
abstract Object |
|
abstract boolean |
|
abstract void |
|
public String getExpressionString()
public abstract Class getType(FacesContext facesContext) throws EvaluationException, PropertyNotFoundException
public abstract Object getValue(FacesContext facesContext) throws EvaluationException, PropertyNotFoundException
public abstract boolean isReadOnly(FacesContext facesContext) throws EvaluationException, PropertyNotFoundException
public abstract void setValue(FacesContext facesContext, Object value) throws EvaluationException, PropertyNotFoundException