Package | Description |
---|---|
org.apache.commons.jexl |
Jexl-1.x compatible implementation.
|
Modifier and Type | Method | Description |
---|---|---|
static Script |
JexlOne.createScript(java.io.File scriptFile) |
Deprecated.
Create a JexlEngine and use the createScript method on that instead.
|
static Script |
JexlOne.createScript(java.lang.String scriptText) |
Deprecated.
Create a JexlEngine and use the createScript method on that instead.
|
static Script |
JexlOne.createScript(java.net.URL scriptUrl) |
Deprecated.
Create a JexlEngine and use the createScript method on that instead.
|