Java org.apache.commons.jexl3 JexlEngine fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jexl3 JexlEngine fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jexl3 JexlEngine.

The text is from its open source code.

Method

voidclearCache()
Clears the expression cache.
JexlExpressioncreateExpression(String expression)
Creates a JexlExpression from a String containing valid JEXL syntax.
JexlScriptcreateScript(JexlInfo info, String source, String[] names)
Creates a JexlScript from a String containing valid JEXL syntax.
JexlScriptcreateScript(JexlInfo info, File scriptFile, String[] names)
Creates a Script from a File containing valid JEXL syntax.
JexlScriptcreateScript(JexlInfo info, URL scriptUrl, String[] names)
Creates a Script from a URL containing valid JEXL syntax.