public class XWorkMethodAccessor
extends ognl.ObjectMethodAccessor
ReflectionContextState.DENY_METHOD_EXECUTION
 is in the action context with a value of true.| Constructor and Description | 
|---|
| XWorkMethodAccessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | callMethod(Map context,
          Object object,
          String string,
          Object[] objects) | 
| Object | callStaticMethod(Map context,
                Class aClass,
                String string,
                Object[] objects) | 
public Object callMethod(Map context, Object object, String string, Object[] objects) throws ognl.MethodFailedException
callMethod in interface ognl.MethodAccessorcallMethod in class ognl.ObjectMethodAccessorognl.MethodFailedExceptionpublic Object callStaticMethod(Map context, Class aClass, String string, Object[] objects) throws ognl.MethodFailedException
callStaticMethod in interface ognl.MethodAccessorcallStaticMethod in class ognl.ObjectMethodAccessorognl.MethodFailedExceptionCopyright © 2000–2025 Apache Software Foundation. All rights reserved.