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