Class JexlScriptEngineFactory

java.lang.Object
org.apache.commons.jexl3.scripting.JexlScriptEngineFactory
All Implemented Interfaces:
ScriptEngineFactory

public class JexlScriptEngineFactory extends Object implements ScriptEngineFactory
Implements the JEXL ScriptEngineFactory for JSF-223.

Supports the following:

  • Language short names: "JEXL", "Jexl", "jexl", "JEXL2", "Jexl2", "jexl2", "JEXL3", "Jexl3", "jexl3"
  • File Extensions: ".jexl", ".jexl2", ".jexl3"
  • "jexl3" etc. were added for engineVersion="3.0"

See Java Scripting API Javadoc.

Since:
2.0