Uses of Class
org.apache.ibatis.ognl.MethodFailedException

Packages that use MethodFailedException
org.apache.ibatis.ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. 
 

Uses of MethodFailedException in org.apache.ibatis.ognl
 

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)
           
 



Copyright © 2010 MyBatis.org. All Rights Reserved.