public abstract class MethodBinding extends Object
Constructor and Description |
---|
MethodBinding() |
Modifier and Type | Method and Description |
---|---|
String |
getExpressionString()
returns the
String of your expression like #{bean.foo} . |
abstract Class |
getType(FacesContext facescontext) |
abstract Object |
invoke(FacesContext facescontext,
Object[] aobj) |
public String getExpressionString()
String
of your expression like #{bean.foo}
.public abstract Class getType(FacesContext facescontext) throws MethodNotFoundException
MethodNotFoundException
public abstract Object invoke(FacesContext facescontext, Object[] aobj) throws EvaluationException, MethodNotFoundException
Copyright © 2012 Apache Software Foundation. All Rights Reserved.