| Package | Description |
|---|---|
| org.apache.commons.jexl |
Jexl-1.x compatible implementation.
|
| org.apache.commons.jexl.context |
Simple JexlContext implementations.
|
| Class | Description |
|---|---|
| Expression |
Jexl-1.x compatible expression.
|
| JexlContext |
Holds a Map of variables which are referenced in a JEXL expression.
|
| JexlHelper |
Helper to create a context.
|
| JexlOne |
This implements Jexl-1.x (Jelly) compatible behaviors on top of Jexl-2.0.
|
| Script |
Jexl-1.x compatible script.
|
| Class | Description |
|---|---|
| JexlContext |
Holds a Map of variables which are referenced in a JEXL expression.
|