javax.faces.el

Class 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 $)

Method Summary

String
getExpressionString()
abstract Class
getType(FacesContext facesContext)
abstract Object
getValue(FacesContext facesContext)
abstract boolean
isReadOnly(FacesContext facesContext)
abstract void
setValue(FacesContext facesContext, Object value)

Method Details

getExpressionString

public String getExpressionString()

getType

public abstract Class getType(FacesContext facesContext)
            throws EvaluationException,
                   PropertyNotFoundException

getValue

public abstract Object getValue(FacesContext facesContext)
            throws EvaluationException,
                   PropertyNotFoundException

isReadOnly

public abstract boolean isReadOnly(FacesContext facesContext)
            throws EvaluationException,
                   PropertyNotFoundException

setValue

public abstract void setValue(FacesContext facesContext,
                              Object value)
            throws EvaluationException,
                   PropertyNotFoundException