Uses of Package
org.apache.commons.jexl

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 Scripts.
 

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.
 



Copyright © 2003-2006 The Apache Software Foundation. All Rights Reserved.