Methods in javax.faces.el that throw MethodNotFoundException |
abstract java.lang.Class |
MethodBinding.getType(FacesContext context)
Deprecated. Return the Java class representing the return type from the
method identified by this method binding expression. |
abstract java.lang.Class |
MethodBinding.getType(FacesContext context)
Deprecated. Return the Java class representing the return type from the
method identified by this method binding expression. |
abstract java.lang.Object |
MethodBinding.invoke(FacesContext context,
java.lang.Object[] params)
Deprecated. Return the return value (if any) resulting from a call to the
method identified by this method binding expression, passing it
the specified parameters, relative to the specified FacesContext . |
abstract java.lang.Object |
MethodBinding.invoke(FacesContext context,
java.lang.Object[] params)
Deprecated. Return the return value (if any) resulting from a call to the
method identified by this method binding expression, passing it
the specified parameters, relative to the specified FacesContext . |