com.sun.facelets.el
Class LegacyMethodBinding
java.lang.Object
javax.faces.el.MethodBinding
com.sun.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.6 2005/09/02 03:30:03 adamwiner 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 © 2005 All Rights Reserved.