Provides the classes necessary for JETT to interface to JEXL and evaluate
Expressions
. This also includes classes that are JEXL
registered functions.
Class | Description |
---|---|
ClassAwareMapContext |
A
ClassAwareMapContext is a JEXL MapContext that
can resolve class names using Class.forName for the purposes
of allowing access to built-in Java methods, especially static methods such
as java.lang.String.format . |
Expression |
An
Expression object represents a JEXL Expression that can
be evaluated given a Map of bean names to values. |
ExpressionFactory |
An
ExpressionFactory is a factory class that
creates and uses a JexlEngine to create JEXL
Expressions . |
JaggFuncs |
A
JaggFuncs object is an object that represents jAgg aggregate
functionality in the JEXL world. |
JettFuncs |
A
JettFuncs object is an object that represents JETT utility
functionality in the JEXL world. |
Copyright © 2012–2018 Jett Team. All rights reserved.