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