java.lang.Object
javax.faces.el.ValueBinding
- public abstract class ValueBinding
- extends java.lang.Object
- Version:
- $Revision: 209822 $ $Date: 2005-07-08 11:51:26 -0400 (Fri, 08 Jul 2005) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_expressionString
private java.lang.String _expressionString
ValueBinding
public ValueBinding()
getExpressionString
public java.lang.String getExpressionString()
getType
public abstract java.lang.Class getType(javax.faces.context.FacesContext facesContext)
throws EvaluationException,
PropertyNotFoundException
getValue
public abstract java.lang.Object getValue(javax.faces.context.FacesContext facesContext)
throws EvaluationException,
PropertyNotFoundException
isReadOnly
public abstract boolean isReadOnly(javax.faces.context.FacesContext facesContext)
throws EvaluationException,
PropertyNotFoundException
setValue
public abstract void setValue(javax.faces.context.FacesContext facesContext,
java.lang.Object value)
throws EvaluationException,
PropertyNotFoundException