org.apache.myfaces.custom.facelets.tag
Class LegacyMethodBinding

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

public final class LegacyMethodBinding
extends javax.faces.el.MethodBinding
implements Serializable

See Also:
Serialized Form

Constructor Summary
LegacyMethodBinding(javax.el.MethodExpression m)
           
 
Method Summary
 String getExpressionString()
           
 Class getType(javax.faces.context.FacesContext context)
           
 Object invoke(javax.faces.context.FacesContext context, Object[] params)
           
 
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)
Method Detail

getType

public Class getType(javax.faces.context.FacesContext context)
              throws javax.faces.el.MethodNotFoundException
Specified by:
getType in class javax.faces.el.MethodBinding
Throws:
javax.faces.el.MethodNotFoundException

invoke

public Object invoke(javax.faces.context.FacesContext context,
                     Object[] params)
              throws javax.faces.el.EvaluationException,
                     javax.faces.el.MethodNotFoundException
Specified by:
invoke in class javax.faces.el.MethodBinding
Throws:
javax.faces.el.EvaluationException
javax.faces.el.MethodNotFoundException

getExpressionString

public String getExpressionString()
Overrides:
getExpressionString in class javax.faces.el.MethodBinding


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