public interface Script extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
eval()
Evaluates the script.
|
Object |
eval(Map<String,String> parameters)
Evaluates the script using the given parameters binding parameters.
|
Copyright © 2016–2017. All rights reserved.