org.apache.myfaces.view.facelets.el
Class LegacyMethodBinding

java.lang.Object
  extended by javax.faces.el.MethodBinding
      extended by org.apache.myfaces.view.facelets.el.LegacyMethodBinding
All Implemented Interfaces:
java.io.Serializable

Deprecated.

public final class LegacyMethodBinding
extends MethodBinding
implements java.io.Serializable

For legacy ActionSources

Version:
$Id: LegacyMethodBinding.java,v 1.7 2008/07/13 19:01:43 rlubke Exp $
Author:
Jacob Hookom
See Also:
Serialized Form

Constructor Summary
LegacyMethodBinding(javax.el.MethodExpression m)
          Deprecated.  
 
Method Summary
 java.lang.String getExpressionString()
          Deprecated.  
 java.lang.Class getType(FacesContext context)
          Deprecated.  
 java.lang.Object invoke(FacesContext context, java.lang.Object[] params)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyMethodBinding

public LegacyMethodBinding(javax.el.MethodExpression m)
Deprecated. 
Method Detail

getType

public java.lang.Class getType(FacesContext context)
                        throws MethodNotFoundException
Deprecated. 
Specified by:
getType in class MethodBinding
Throws:
MethodNotFoundException

invoke

public java.lang.Object invoke(FacesContext context,
                               java.lang.Object[] params)
                        throws EvaluationException,
                               MethodNotFoundException
Deprecated. 
Specified by:
invoke in class MethodBinding
Throws:
EvaluationException
MethodNotFoundException

getExpressionString

public java.lang.String getExpressionString()
Deprecated. 
Overrides:
getExpressionString in class MethodBinding


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