javax.faces.el
Class MethodBinding
java.lang.Object
   javax.faces.el.MethodBinding
javax.faces.el.MethodBinding
- public abstract class MethodBinding 
- extends Object
see Javadoc of JSF Specification
- Version:
- $Revision: 676278 $ $Date: 2008-07-13 03:35:04 -0500 (Sun, 13 Jul 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: skitching $)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MethodBinding
public MethodBinding()
getExpressionString
public String getExpressionString()
- returns the Stringof your expression like#{bean.foo}.
 
- 
 
getType
public abstract Class getType(FacesContext facescontext)
                       throws MethodNotFoundException
- 
- Throws:
- MethodNotFoundException
 
invoke
public abstract Object invoke(FacesContext facescontext,
                              Object[] aobj)
                       throws EvaluationException,
                              MethodNotFoundException
- 
- Throws:
- EvaluationException
- MethodNotFoundException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.