com.sun.facelets.el
Class LegacyValueBinding

java.lang.Object
  extended by javax.faces.el.ValueBinding
      extended by com.sun.facelets.el.LegacyValueBinding
All Implemented Interfaces:
Externalizable, Serializable

Deprecated.

public final class LegacyValueBinding
extends ValueBinding
implements Externalizable

Version:
$Id: LegacyValueBinding.java,v 1.5 2005/08/24 04:38:57 jhook Exp $
Author:
Jacob Hookom
See Also:
Serialized Form

Constructor Summary
LegacyValueBinding()
          Deprecated.  
LegacyValueBinding(javax.el.ValueExpression ve)
          Deprecated.  
 
Method Summary
 String getExpressionString()
          Deprecated.  
 Class getType(FacesContext context)
          Deprecated.  
 Object getValue(FacesContext context)
          Deprecated.  
 boolean isReadOnly(FacesContext context)
          Deprecated.  
 void readExternal(ObjectInput in)
          Deprecated.  
 void setValue(FacesContext context, Object value)
          Deprecated.  
 void writeExternal(ObjectOutput out)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyValueBinding

public LegacyValueBinding()
Deprecated. 

LegacyValueBinding

public LegacyValueBinding(javax.el.ValueExpression ve)
Deprecated. 
Method Detail

getValue

public Object getValue(FacesContext context)
                throws EvaluationException,
                       PropertyNotFoundException
Deprecated. 
Specified by:
getValue in class ValueBinding
Throws:
EvaluationException
PropertyNotFoundException

setValue

public void setValue(FacesContext context,
                     Object value)
              throws EvaluationException,
                     PropertyNotFoundException
Deprecated. 
Specified by:
setValue in class ValueBinding
Throws:
EvaluationException
PropertyNotFoundException

isReadOnly

public boolean isReadOnly(FacesContext context)
                   throws EvaluationException,
                          PropertyNotFoundException
Deprecated. 
Specified by:
isReadOnly in class ValueBinding
Throws:
EvaluationException
PropertyNotFoundException

getType

public Class getType(FacesContext context)
              throws EvaluationException,
                     PropertyNotFoundException
Deprecated. 
Specified by:
getType in class ValueBinding
Throws:
EvaluationException
PropertyNotFoundException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Deprecated. 
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Deprecated. 
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

getExpressionString

public String getExpressionString()
Deprecated. 
Overrides:
getExpressionString in class ValueBinding


Copyright © 2005 All Rights Reserved.