Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.util.jexl.JexlEngine
Overrides the org.apache.commons.jexl2.JexlEngine to create valid variables from ${component.variable} names.
public class
JexlEngine
extends org.apache.commons.jexl2.JexlEngine {
// Public Constructors
public
JexlEngine
();
// Class Methods
# public static String
performCompatibilityCheck
(String aExpression);
aExpression
returns
the changed expression
// Public Instance Methods
public
JexlScript
create
(
JexlScript.COMPLEXITY
aComplexity, String aRule);
aComplexity
aRule
returns
the created Script
public
JexlScript
create
(String aRule);
aRule
returns
the created Script
}
Hierarchy:
java.lang.Object - org.apache.commons.jexl2.JexlEngine - JexlEngine