javax.faces.el
Class ValueBinding
java.lang.Object
javax.faces.el.ValueBinding
public abstract class ValueBinding
- extends java.lang.Object
see Javadoc of JSF Specification
- Version:
- $Revision: 358099 $ $Date: 2005-12-20 13:40:00 -0700 (Tue, 20 Dec 2005) $
- Author:
- Thomas Spiegl (latest modification by $Author: matzew $)
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
Copyright © 2006 Apache Software Foundation. All Rights Reserved.