javax.faces.el
Class ValueBinding

java.lang.Object
  extended by javax.faces.el.ValueBinding

Deprecated.

public abstract class ValueBinding
extends Object

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)

Constructor Summary
ValueBinding()
          Deprecated.  
 
Method Summary
 String getExpressionString()
          Deprecated.  
abstract  Class getType(FacesContext facesContext)
          Deprecated.  
abstract  Object getValue(FacesContext facesContext)
          Deprecated.  
abstract  boolean isReadOnly(FacesContext facesContext)
          Deprecated.  
abstract  void setValue(FacesContext facesContext, Object value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueBinding

public ValueBinding()
Deprecated. 
Method Detail

getExpressionString

public String getExpressionString()
Deprecated. 


getType

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

Throws:
EvaluationException
PropertyNotFoundException

getValue

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

Throws:
EvaluationException
PropertyNotFoundException

isReadOnly

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

Throws:
EvaluationException
PropertyNotFoundException

setValue

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

Throws:
EvaluationException
PropertyNotFoundException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.