Methods in org.apache.ibatis.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. |
static java.lang.Object |
OgnlRuntime.callMethod(OgnlContext context,
java.lang.Object target,
java.lang.String methodName,
java.lang.String propertyName,
java.lang.Object[] args)
|
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. |
static java.lang.Object |
OgnlRuntime.callStaticMethod(OgnlContext context,
java.lang.String className,
java.lang.String methodName,
java.lang.Object[] args)
|
static boolean |
OgnlRuntime.setMethodValue(OgnlContext context,
java.lang.Object target,
java.lang.String propertyName,
java.lang.Object value)
|
static boolean |
OgnlRuntime.setMethodValue(OgnlContext context,
java.lang.Object target,
java.lang.String propertyName,
java.lang.Object value,
boolean checkAccessAndExistence)
|