Package | Description |
---|---|
org.apache.commons.jexl |
Jexl-1.x compatible implementation.
|
org.apache.commons.jexl.context |
Simple JexlContext implementations.
|
Modifier and Type | Method and Description |
---|---|
static JexlContext |
JexlHelper.createContext()
Returns a new
JexlContext . |
protected JexlContext |
JexlHelper.newContext()
Creates and returns a new
JexlContext . |
Modifier and Type | Method and Description |
---|---|
Object |
Expression.evaluate(JexlContext context)
Evaluates the expression with the variables contained in the
supplied
JexlContext . |
Object |
Script.execute(JexlContext context)
Executes the script with the variables contained in the
supplied
JexlContext . |
Modifier and Type | Class and Description |
---|---|
class |
HashMapContext
Implementation of JexlContext based on a HashMap.
|
Copyright © 2022. All rights reserved.