Package | Description |
---|---|
ognl |
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
|
ognl.enhance |
Modifier and Type | Method | Description |
---|---|---|
void |
OgnlContext.addLocalReference(java.lang.String key,
LocalReference reference) |
Modifier and Type | Class | Description |
---|---|---|
class |
LocalReferenceImpl |
Implementation of
LocalReference . |