org.apache.myfaces.view.facelets.el
Class LegacyMethodBinding
java.lang.Object
javax.faces.el.MethodBinding
org.apache.myfaces.view.facelets.el.LegacyMethodBinding
- All Implemented Interfaces:
- Serializable
Deprecated.
public final class LegacyMethodBinding
- extends MethodBinding
- implements 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyMethodBinding
public LegacyMethodBinding(javax.el.MethodExpression m)
- Deprecated.
getType
public Class getType(FacesContext context)
throws MethodNotFoundException
- Deprecated.
- Specified by:
getType
in class MethodBinding
- Throws:
MethodNotFoundException
invoke
public Object invoke(FacesContext context,
Object[] params)
throws EvaluationException,
MethodNotFoundException
- Deprecated.
- Specified by:
invoke
in class MethodBinding
- Throws:
EvaluationException
MethodNotFoundException
getExpressionString
public String getExpressionString()
- Deprecated.
- Overrides:
getExpressionString
in class MethodBinding
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.