org.jboss.seam.jsf
Class UnifiedELMethodBinding

java.lang.Object
  extended by javax.faces.el.MethodBinding
      extended by org.jboss.seam.jsf.UnifiedELMethodBinding
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class UnifiedELMethodBinding
extends javax.faces.el.MethodBinding
implements Serializable

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

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
UnifiedELMethodBinding()
          Deprecated.  
UnifiedELMethodBinding(String expressionString, Class[] argTypes)
          Deprecated.  
 
Method Summary
 String getExpressionString()
          Deprecated.  
 Class getType(javax.faces.context.FacesContext ctx)
          Deprecated.  
 Object invoke(javax.faces.context.FacesContext ctx, Object[] args)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnifiedELMethodBinding

public UnifiedELMethodBinding()
Deprecated. 

UnifiedELMethodBinding

public UnifiedELMethodBinding(String expressionString,
                              Class[] argTypes)
Deprecated. 
Method Detail

getExpressionString

public String getExpressionString()
Deprecated. 
Overrides:
getExpressionString in class javax.faces.el.MethodBinding

getType

public Class getType(javax.faces.context.FacesContext ctx)
              throws javax.faces.el.MethodNotFoundException
Deprecated. 
Specified by:
getType in class javax.faces.el.MethodBinding
Throws:
javax.faces.el.MethodNotFoundException

invoke

public Object invoke(javax.faces.context.FacesContext ctx,
                     Object[] args)
              throws javax.faces.el.EvaluationException,
                     javax.faces.el.MethodNotFoundException
Deprecated. 
Specified by:
invoke in class javax.faces.el.MethodBinding
Throws:
javax.faces.el.EvaluationException
javax.faces.el.MethodNotFoundException

toString

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


Copyright © 2011 Seam Framework. All Rights Reserved.