| Package | Description |
|---|---|
| org.apache.commons.jexl |
Jexl-1.x compatible implementation.
|
| org.apache.commons.jexl.context |
Simple JexlContext implementations.
|
| Class and 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.
|
| JexlOne.JexlOneEngine
An engine that uses a JexlOneInterpreter.
|
| Script
Jexl-1.x compatible script.
|
| Class and Description |
|---|
| JexlContext
Holds a Map of variables which are referenced in a JEXL expression.
|