Uses of Class
org.apache.commons.ognl.MethodFailedException
Packages that use MethodFailedException
-
Uses of MethodFailedException in org.apache.commons.ognl
Methods in org.apache.commons.ognl that throw MethodFailedExceptionModifier and TypeMethodDescriptionstatic Object
OgnlRuntime.callAppropriateMethod
(OgnlContext context, Object source, Object target, String methodName, String propertyName, List<Method> methods, Object[] args) ObjectMethodAccessor.callMethod
(Map<String, Object> context, Object target, String methodName, Object[] args) Calls the method named with the arguments given.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.