Package org.apache.commons.jexl

Interface Summary
Expression Inferface for expression object.
JexlContext Right now, just steal the j.u.Map interface as the JexlContext interface this might be a pain going forward - we might want to do something simpler
JexlExprResolver A Resolver allows custom resolution of the expression, and can be added in front of the jexl engine, or after in the evaluation
 

Class Summary
ExpressionFactory Used to create Expression objects
ExpressionImpl Implelmentation of an Expression.
JexlHelper Helper to create contexts.