Uses of Class
ognl.MethodFailedException
Packages that use MethodFailedException
Package
Description
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 MethodFailedExceptionModifier and TypeMethodDescriptionstatic ObjectOgnlRuntime.callAppropriateMethod(OgnlContext context, Object source, Object target, String methodName, String propertyName, List methods, Object[] args) MethodAccessor.callMethod(Map context, Object target, String methodName, Object[] args) Calls the method named with the arguments given.ObjectMethodAccessor.callMethod(Map context, Object target, String methodName, Object[] args) MethodAccessor.callStaticMethod(Map context, Class targetClass, String methodName, Object[] args) Calls the static method named with the arguments given on the class given.ObjectMethodAccessor.callStaticMethod(Map context, Class targetClass, String methodName, Object[] args)