|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |