Uses of Package
org.apache.commons.jexl

Packages that use org.apache.commons.jexl
org.apache.commons.jexl   
org.apache.commons.jexl.context   
org.apache.commons.jexl.junit   
org.apache.commons.jexl.parser   
org.apache.commons.jexl.resolver   
 

Classes in org.apache.commons.jexl used by org.apache.commons.jexl
Expression
          Inferface for expression object.
ExpressionFactory
          Used to create Expression objects
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
JexlHelper
          Helper to create contexts.
 

Classes in org.apache.commons.jexl used by org.apache.commons.jexl.context
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
 

Classes in org.apache.commons.jexl used by org.apache.commons.jexl.junit
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
 

Classes in org.apache.commons.jexl used by org.apache.commons.jexl.parser
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
 

Classes in org.apache.commons.jexl used by org.apache.commons.jexl.resolver
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