Package | Description |
---|---|
ognl |
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ObjectMethodAccessor |
Implementation of PropertyAccessor that uses reflection on the target object's class to find a
field or a pair of set/get methods with the given property name.
|
Modifier and Type | Method | Description |
---|---|---|
static MethodAccessor |
OgnlRuntime.getMethodAccessor(java.lang.Class cls) |
Modifier and Type | Method | Description |
---|---|---|
static void |
OgnlRuntime.setMethodAccessor(java.lang.Class cls,
MethodAccessor accessor) |