javax.faces.el
Class ValueBinding

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

Deprecated.

public abstract class ValueBinding
extends java.lang.Object

see Javadoc of JSF Specification

Version:
$Revision: 882395 $ $Date: 2009-11-19 22:15:53 -0500 (Thu, 19 Nov 2009) $
Author:
Thomas Spiegl (latest modification by $Author: lu4242 $)

Constructor Summary
ValueBinding()
          Deprecated.  
 
Method Summary
 java.lang.String getExpressionString()
          Deprecated.  
abstract  java.lang.Class getType(FacesContext facesContext)
          Deprecated.  
abstract  java.lang.Object getValue(FacesContext facesContext)
          Deprecated.  
abstract  boolean isReadOnly(FacesContext facesContext)
          Deprecated.  
abstract  void setValue(FacesContext facesContext, java.lang.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 java.lang.String getExpressionString()
Deprecated. 


getType

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

Throws:
EvaluationException
PropertyNotFoundException

getValue

public abstract java.lang.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,
                              java.lang.Object value)
                       throws EvaluationException,
                              PropertyNotFoundException
Deprecated. 

Throws:
EvaluationException
PropertyNotFoundException


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