| 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 and Description |
|---|---|
class |
OgnlParser
OgnlParser is a JavaCC parser class; it translates OGNL expressions into abstract
syntax trees (ASTs) that can then be interpreted by the getValue and setValue methods.
|
Copyright © 1997–2018 OpenSymphony. All rights reserved.