Uses of Class
ognl.MethodFailedException

Packages that use MethodFailedException
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 ognl
 

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.
 


OGNL Project Page