org.jboss.seam.jsf
Class UnifiedELValueBinding

java.lang.Object
  extended by javax.faces.el.ValueBinding
      extended by org.jboss.seam.jsf.UnifiedELValueBinding
All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class UnifiedELValueBinding
extends javax.faces.el.ValueBinding
implements java.io.Serializable

Nobody should be using ValueBinding anymore, but if they are, we need this.

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
UnifiedELValueBinding()
          Deprecated.  
UnifiedELValueBinding(java.lang.String expressionString)
          Deprecated.  
 
Method Summary
 java.lang.String getExpressionString()
          Deprecated.  
 java.lang.Class getType(javax.faces.context.FacesContext ctx)
          Deprecated.  
 java.lang.Object getValue(javax.faces.context.FacesContext ctx)
          Deprecated.  
 boolean isReadOnly(javax.faces.context.FacesContext ctx)
          Deprecated.  
 void setValue(javax.faces.context.FacesContext ctx, java.lang.Object value)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnifiedELValueBinding

public UnifiedELValueBinding(java.lang.String expressionString)
Deprecated. 

UnifiedELValueBinding

public UnifiedELValueBinding()
Deprecated. 
Method Detail

getExpressionString

public java.lang.String getExpressionString()
Deprecated. 
Overrides:
getExpressionString in class javax.faces.el.ValueBinding

getType

public java.lang.Class getType(javax.faces.context.FacesContext ctx)
                        throws javax.faces.el.EvaluationException,
                               javax.faces.el.PropertyNotFoundException
Deprecated. 
Specified by:
getType in class javax.faces.el.ValueBinding
Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException

getValue

public java.lang.Object getValue(javax.faces.context.FacesContext ctx)
                          throws javax.faces.el.EvaluationException,
                                 javax.faces.el.PropertyNotFoundException
Deprecated. 
Specified by:
getValue in class javax.faces.el.ValueBinding
Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException

isReadOnly

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

setValue

public void setValue(javax.faces.context.FacesContext ctx,
                     java.lang.Object value)
              throws javax.faces.el.EvaluationException,
                     javax.faces.el.PropertyNotFoundException
Deprecated. 
Specified by:
setValue in class javax.faces.el.ValueBinding
Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object


Copyright © 2011 Seam Framework. All Rights Reserved.