javax.faces.el
Class ValueBinding
java.lang.Object
   javax.faces.el.ValueBinding
javax.faces.el.ValueBinding
- public abstract class ValueBinding 
- extends Object
see Javadoc of JSF Specification
- Version:
- $Revision: 676278 $ $Date: 2008-07-13 03:35:04 -0500 (Sun, 13 Jul 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: skitching $)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ValueBinding
public ValueBinding()
getExpressionString
public String getExpressionString()
- 
 
getType
public abstract Class getType(FacesContext facesContext)
                       throws EvaluationException,
                              PropertyNotFoundException
- 
- Throws:
- EvaluationException
- PropertyNotFoundException
 
getValue
public abstract 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,
                              Object value)
                       throws EvaluationException,
                              PropertyNotFoundException
- 
- Throws:
- EvaluationException
- PropertyNotFoundException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.