Package net.simplace.core.jexl
Klasse JexlHelper
java.lang.Object
net.simplace.core.jexl.JexlHelper
- Autor:
- Andreas Enders
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final org.apache.commons.jexl3.JexlEngineThread safe JexlEngine -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic final JexlRuleScriptstatic final JexlRuleScriptcreate(JexlRuleScript.COMPLEXITY aComplexity, String aRuleOrExpression)
-
Felddetails
-
JEXL_ENGINE
public static final org.apache.commons.jexl3.JexlEngine JEXL_ENGINEThread safe JexlEngine
-
-
Konstruktordetails
-
JexlHelper
public JexlHelper()
-
-
Methodendetails
-
create
public static final JexlRuleScript create(JexlRuleScript.COMPLEXITY aComplexity, String aRuleOrExpression) -
create
- Parameter:
aRuleOrExpression-aEngine-- Gibt zurück:
- the created Script
-