Uses of Class
org.apache.commons.ognl.MethodFailedException

Packages that use MethodFailedException
org.apache.commons.ognl   
 

Uses of MethodFailedException in org.apache.commons.ognl
 

Methods in org.apache.commons.ognl that throw MethodFailedException
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.
 



Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.