Package | Description |
---|---|
org.apache.commons.jexl3 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
org.apache.commons.jexl3.scripting |
Contains the JSR-223 Scripting Engine for JEXL script.
|
Modifier and Type | Method and Description |
---|---|
JexlEngine |
JexlBuilder.create() |
abstract JexlEngine |
JxltEngine.getEngine()
Gets the
JexlEngine underlying this template engine. |
Constructor and Description |
---|
ObjectContext(JexlEngine engine,
T wrapped)
Creates a new ObjectContext.
|
Modifier and Type | Class and Description |
---|---|
class |
Engine
A JexlEngine implementation.
|
Modifier and Type | Method and Description |
---|---|
JexlEngine |
Script.getEngine() |
Modifier and Type | Method and Description |
---|---|
JexlEngine |
JexlScriptEngine.JexlScriptObject.getEngine()
Gives access to the underlying JEXL engine shared between all ScriptEngine instances.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.