Uses of Class
org.apache.commons.jexl3.JexlEngine

Packages that use JexlEngine
org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions. 
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
org.apache.commons.jexl3.scripting Contains the JSR-223 Scripting Engine for JEXL script. 
 

Uses of JexlEngine in org.apache.commons.jexl3
 

Methods in org.apache.commons.jexl3 that return JexlEngine
 JexlEngine JexlBuilder.create()
           
abstract  JexlEngine JxltEngine.getEngine()
          Gets the JexlEngine underlying this template engine.
 

Constructors in org.apache.commons.jexl3 with parameters of type JexlEngine
ObjectContext(JexlEngine engine, T wrapped)
          Creates a new ObjectContext.
 

Uses of JexlEngine in org.apache.commons.jexl3.internal
 

Subclasses of JexlEngine in org.apache.commons.jexl3.internal
 class Engine
          A JexlEngine implementation.
 

Methods in org.apache.commons.jexl3.internal that return JexlEngine
 JexlEngine Script.getEngine()
           
 

Uses of JexlEngine in org.apache.commons.jexl3.scripting
 

Methods in org.apache.commons.jexl3.scripting that return JexlEngine
 JexlEngine JexlScriptEngine.JexlScriptObject.getEngine()
          Gives access to the underlying JEXL engine shared between all ScriptEngine instances.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.