Modifier and Type | Method and Description |
---|---|
static Object |
OgnlRuntime.callAppropriateMethod(OgnlContext context,
Object source,
Object target,
String methodName,
String propertyName,
List methods,
Object[] args) |
Object |
MethodAccessor.callMethod(Map context,
Object target,
String methodName,
Object[] args)
Calls the method named with the arguments given.
|
Object |
ObjectMethodAccessor.callMethod(Map context,
Object target,
String methodName,
Object[] args) |
static Object |
OgnlRuntime.callMethod(OgnlContext context,
Object target,
String methodName,
String propertyName,
Object[] args) |
Object |
MethodAccessor.callStaticMethod(Map context,
Class targetClass,
String methodName,
Object[] args)
Calls the static method named with the arguments given on the class given.
|
Object |
ObjectMethodAccessor.callStaticMethod(Map context,
Class targetClass,
String methodName,
Object[] args) |
static Object |
OgnlRuntime.callStaticMethod(OgnlContext context,
String className,
String methodName,
Object[] args) |
static boolean |
OgnlRuntime.setMethodValue(OgnlContext context,
Object target,
String propertyName,
Object value) |
static boolean |
OgnlRuntime.setMethodValue(OgnlContext context,
Object target,
String propertyName,
Object value,
boolean checkAccessAndExistence) |