|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use org.apache.commons.jexl | |
---|---|
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 |
Classes in org.apache.commons.jexl used by org.apache.commons.jexl | |
---|---|
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. |
Classes in org.apache.commons.jexl used by org.apache.commons.jexl.context | |
---|---|
JexlContext
Holds a Map of variables which are referenced in a JEXL expression. |
Classes in org.apache.commons.jexl used by org.apache.commons.jexl.parser | |
---|---|
JexlContext
Holds a Map of variables which are referenced in a JEXL expression. |
Classes in org.apache.commons.jexl used by org.apache.commons.jexl.resolver | |
---|---|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |