Uses of Class
ognl.MethodFailedException

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 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.callMethod(java.util.Map context, java.lang.Object target, java.lang.String methodName, java.lang.Object[] args)
           
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 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.
 java.lang.Object ObjectMethodAccessor.callStaticMethod(java.util.Map context, java.lang.Class targetClass, java.lang.String methodName, java.lang.Object[] args)
           
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 © 1997-2007 OpenSymphony. All Rights Reserved.