|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.MethodBinding
public abstract class MethodBinding
see Javadoc of JSF Specification
Constructor Summary | |
---|---|
MethodBinding()
|
Method Summary | |
---|---|
java.lang.String |
getExpressionString()
returns the String of your expression like #{bean.foo} . |
abstract java.lang.Class |
getType(FacesContext facescontext)
|
abstract java.lang.Object |
invoke(FacesContext facescontext,
java.lang.Object[] aobj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodBinding()
Method Detail |
---|
public java.lang.String getExpressionString()
String
of your expression like #{bean.foo}
.
public abstract java.lang.Class getType(FacesContext facescontext) throws MethodNotFoundException
MethodNotFoundException
public abstract java.lang.Object invoke(FacesContext facescontext, java.lang.Object[] aobj) throws EvaluationException, MethodNotFoundException
EvaluationException
MethodNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |