Uses of Class
ognl.MethodFailedException

Uses of MethodFailedException in ognl
 

Methods in ognl that throw MethodFailedException
 Object MethodAccessor.callStaticMethod(Map context, Class targetClass, String methodName, Object[] args)
          Calls the static method named with the arguments given on the class given.
 Object MethodAccessor.callMethod(Map context, Object target, String methodName, Object[] args)
          Calls the method named with the arguments given.
 Object ObjectMethodAccessor.callStaticMethod(Map context, Class targetClass, String methodName, Object[] args)
           
 Object ObjectMethodAccessor.callMethod(Map context, Object target, String methodName, Object[] args)
           
static Object OgnlRuntime.callAppropriateMethod(OgnlContext context, Object source, Object target, String methodName, String propertyName, List methods, Object[] args)
           
static Object OgnlRuntime.callStaticMethod(OgnlContext context, String className, String methodName, Object[] args)
           
static Object OgnlRuntime.callMethod(OgnlContext context, Object target, String methodName, String propertyName, Object[] args)
           
static boolean OgnlRuntime.setMethodValue(OgnlContext context, Object target, String propertyName, Object value)
           
static boolean OgnlRuntime.setMethodValue(OgnlContext context, Object target, String propertyName, Object value, boolean checkAccessAndExistence)
           
 


OGNL Project Page