Uses of Class
org.zkoss.zel.MethodNotFoundException
-
Packages that use MethodNotFoundException Package Description org.zkoss.zel.impl org.zkoss.zel.impl.util -
-
Uses of MethodNotFoundException in org.zkoss.zel.impl
Methods in org.zkoss.zel.impl that throw MethodNotFoundException Modifier and Type Method Description MethodInfoMethodExpressionImpl. getMethodInfo(ELContext context)Evaluates the expression relative to the provided context, and returns information about the actual referenced method.java.lang.ObjectMethodExpressionImpl. invoke(ELContext context, java.lang.Object[] params)Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation. -
Uses of MethodNotFoundException in org.zkoss.zel.impl.util
Methods in org.zkoss.zel.impl.util that throw MethodNotFoundException Modifier and Type Method Description static java.lang.reflect.MethodReflectionUtil. getMethod(java.lang.Object base, java.lang.Object property, java.lang.Class<?>[] paramTypes, java.lang.Object[] paramValues)Returns a method based on the criteria.
-