Uses of Class
org.apache.commons.ognl.MethodFailedException
-
Packages that use MethodFailedException Package Description org.apache.commons.ognl -
-
Uses of MethodFailedException in org.apache.commons.ognl
Methods in org.apache.commons.ognl that throw MethodFailedException Modifier and Type Method Description static Object
OgnlRuntime. callAppropriateMethod(OgnlContext context, Object source, Object target, String methodName, String propertyName, List<Method> methods, Object[] args)
Object
ObjectMethodAccessor. callMethod(Map<String,Object> context, Object target, String methodName, Object[] args)
Calls the method named with the arguments given.Object
ObjectMethodAccessor. callStaticMethod(Map<String,Object> context, Class<?> targetClass, String methodName, Object[] args)
Calls the static method named with the arguments given on the class given.
-