javax.faces.el
Class MethodBinding

java.lang.Object
  extended by javax.faces.el.MethodBinding

Deprecated.

public abstract class MethodBinding
extends Object

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)

Constructor Summary
MethodBinding()
          Deprecated.  
 
Method Summary
 String getExpressionString()
          Deprecated.  
abstract  Class getType(FacesContext facescontext)
          Deprecated.  
abstract  Object invoke(FacesContext facescontext, Object[] aobj)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodBinding

public MethodBinding()
Deprecated. 

Method Detail

getExpressionString

public String getExpressionString()
Deprecated. 

returns the String of your expression like #{bean.foo}.


getType

public abstract Class getType(FacesContext facescontext)
                       throws MethodNotFoundException
Deprecated. 

Throws:
MethodNotFoundException

invoke

public abstract Object invoke(FacesContext facescontext,
                              Object[] aobj)
                       throws EvaluationException,
                              MethodNotFoundException
Deprecated. 

Throws:
EvaluationException
MethodNotFoundException


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