Package net.sf.jett.expression

Provides the classes necessary for JETT to interface to JEXL and evaluate Expressions.

See:
          Description

Class Summary
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 singleton 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.
 

Package net.sf.jett.expression Description

Provides the classes necessary for JETT to interface to JEXL and evaluate Expressions. This also includes classes that are JEXL registered functions.

Since:
0.1.0
Author:
Randy Gettman


Copyright © 2012-2013 Jett Team. All Rights Reserved.