javax.faces.el
Class ValueBinding
java.lang.Object
javax.faces.el.ValueBinding
public abstract class ValueBinding
- extends java.lang.Object
- Version:
- $Revision: 209822 $ $Date: 2005-07-08 17:51:26 +0200 (Fri, 08 Jul 2005) $
- Author:
- Thomas Spiegl (latest modification by $Author: grantsmith $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueBinding
public ValueBinding()
getExpressionString
public java.lang.String getExpressionString()
getType
public abstract java.lang.Class getType(FacesContext facesContext)
throws EvaluationException,
PropertyNotFoundException
- Throws:
EvaluationException
PropertyNotFoundException
getValue
public abstract java.lang.Object getValue(FacesContext facesContext)
throws EvaluationException,
PropertyNotFoundException
- Throws:
EvaluationException
PropertyNotFoundException
isReadOnly
public abstract boolean isReadOnly(FacesContext facesContext)
throws EvaluationException,
PropertyNotFoundException
- Throws:
EvaluationException
PropertyNotFoundException
setValue
public abstract void setValue(FacesContext facesContext,
java.lang.Object value)
throws EvaluationException,
PropertyNotFoundException
- Throws:
EvaluationException
PropertyNotFoundException