com.opensymphony.xwork.util
Class XWorkMethodAccessor
java.lang.Object
ognl.ObjectMethodAccessor
com.opensymphony.xwork.util.XWorkMethodAccessor
- All Implemented Interfaces:
- ognl.MethodAccessor
- public class XWorkMethodAccessor
- extends ognl.ObjectMethodAccessor
Allows methods to be executed under normal cirumstances, except when DENY_METHOD_EXECUTION
is in the action context with a value of true.
- Author:
- Patrick Lightbody
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DENY_METHOD_EXECUTION
public static final String DENY_METHOD_EXECUTION
- See Also:
- Constant Field Values
XWorkMethodAccessor
public XWorkMethodAccessor()
callMethod
public Object callMethod(Map context,
Object object,
String string,
Object[] objects)
throws ognl.MethodFailedException
- Throws:
ognl.MethodFailedException
callStaticMethod
public Object callStaticMethod(Map context,
Class aClass,
String string,
Object[] objects)
throws ognl.MethodFailedException
- Throws:
ognl.MethodFailedException