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: 472555 $ $Date: 2006-11-08 18:30:58 +0100 (Mi, 08 Nov 2006) $
- 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
Copyright © 2011. All Rights Reserved.