Class MethodBinding
java.lang.Object
org.eclnt.jsfserver.base.faces.el.MethodBinding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType
(FacesContext context) invoke
(FacesContext context, Object[] params)
-
Constructor Details
-
MethodBinding
public MethodBinding()
-
-
Method Details
-
getExpressionString
-
invoke
public Object invoke(FacesContext context, Object[] params) throws EvaluationException, MethodNotFoundException -
getType
- Throws:
MethodNotFoundException
-