public class XWorkMethodAccessor
extends ognl.ObjectMethodAccessor
ReflectionContextState.DENY_METHOD_EXECUTION
is in the action context with a value of true.Modifier and Type | Field and Description |
---|---|
static String |
DENY_INDEXED_ACCESS_EXECUTION
Deprecated.
|
static String |
DENY_METHOD_EXECUTION
Deprecated.
Use
ReflectionContextState.DENY_METHOD_EXECUTION instead |
Constructor and Description |
---|
XWorkMethodAccessor() |
@Deprecated public static final String DENY_METHOD_EXECUTION
ReflectionContextState.DENY_METHOD_EXECUTION
instead@Deprecated public static final String DENY_INDEXED_ACCESS_EXECUTION
ReflectionContextState.DENY_INDEXED_ACCESS_EXECUTION
insteadpublic Object callMethod(Map context, Object object, String string, Object[] objects) throws ognl.MethodFailedException
callMethod
in interface ognl.MethodAccessor
callMethod
in class ognl.ObjectMethodAccessor
ognl.MethodFailedException
public Object callStaticMethod(Map context, Class aClass, String string, Object[] objects) throws ognl.MethodFailedException
callStaticMethod
in interface ognl.MethodAccessor
callStaticMethod
in class ognl.ObjectMethodAccessor
ognl.MethodFailedException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.