Package | Description |
---|---|
org.apache.commons.jexl |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl.context |
Simple JexlContext implementations.
|
org.apache.commons.jexl.parser |
Contains the Parser for JEXL script.
|
org.apache.commons.jexl.resolver |
Class and Description |
---|
Expression
Represents a single JEXL expression.
|
ExpressionFactory
Creates Expression objects.
|
JexlContext
Holds a Map of variables which are referenced in a JEXL expression.
|
JexlExprResolver
A Resolver allows custom resolution of the expression, and can be
added in front of the jexl engine, or after in the evaluation.
|
JexlHelper
Helper to create a context.
|
Script
A JEXL Script.
|
ScriptFactory
Creates
Script s. |
Class and Description |
---|
JexlContext
Holds a Map of variables which are referenced in a JEXL expression.
|
Class and Description |
---|
JexlContext
Holds a Map of variables which are referenced in a JEXL expression.
|
Class and Description |
---|
JexlContext
Holds a Map of variables which are referenced in a JEXL expression.
|
JexlExprResolver
A Resolver allows custom resolution of the expression, and can be
added in front of the jexl engine, or after in the evaluation.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.