Class LegacyMethodBinding

java.lang.Object
jakarta.faces.el.MethodBinding
com.sun.faces.facelets.el.LegacyMethodBinding
All Implemented Interfaces:
Serializable

@Deprecated
public final class LegacyMethodBinding
extends MethodBinding
implements Serializable
Deprecated.
For legacy ActionSources
Version:
$Id$
Author:
Jacob Hookom
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    LegacyMethodBinding​(jakarta.el.MethodExpression m)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    String getExpressionString()
    Deprecated.
    Return the (possibly null) expression String, with leading and trailing delimiters, from which this MethodBinding was built.
    Class getType​(FacesContext context)
    Deprecated.
    Return the Java class representing the return type from the method identified by this method binding expression.
    Object invoke​(FacesContext context, Object[] params)
    Deprecated.
    Return the return value (if any) resulting from a call to the method identified by this method binding expression, passing it the specified parameters, relative to the specified FacesContext.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait