Package | Description |
---|---|
org.apache.commons.ognl |
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
|
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) |
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) |
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.