| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.faces.el.ValueBindingpublic abstract class ValueBindingextends java.lang.ObjectMethod 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