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:
- java.io.Serializable
Deprecated.
public final class LegacyMethodBinding
- extends javax.faces.el.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
Method Summary |
java.lang.String |
getExpressionString()
Deprecated. |
java.lang.Class |
getType(javax.faces.context.FacesContext context)
Deprecated. |
java.lang.Object |
invoke(javax.faces.context.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 |
LegacyMethodBinding
public LegacyMethodBinding(javax.el.MethodExpression m)
- Deprecated.
getType
public java.lang.Class getType(javax.faces.context.FacesContext context)
throws javax.faces.el.MethodNotFoundException
- Deprecated.
- Specified by:
getType
in class javax.faces.el.MethodBinding
- Throws:
javax.faces.el.MethodNotFoundException
invoke
public java.lang.Object invoke(javax.faces.context.FacesContext context,
java.lang.Object[] params)
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
getExpressionString
public java.lang.String getExpressionString()
- Deprecated.
- Overrides:
getExpressionString
in class javax.faces.el.MethodBinding
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.