Methods in ognl that throw MethodFailedException |
static Object |
OgnlRuntime.callAppropriateMethod(OgnlContext context,
Object source,
Object target,
String methodName,
String propertyName,
List methods,
Object[] args)
|
Object |
MethodAccessor.callMethod(Map context,
Object target,
String methodName,
Object[] args)
Calls the method named with the arguments given. |
Object |
ObjectMethodAccessor.callMethod(Map context,
Object target,
String methodName,
Object[] args)
|
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 |
ObjectMethodAccessor.callStaticMethod(Map context,
Class targetClass,
String methodName,
Object[] args)
|