@FunctionalInterface public interface ScriptExecutor
| Modifier and Type | Method and Description |
|---|---|
default Object |
executeScript(ScriptSource scriptSource) |
Object |
executeScript(ScriptSource scriptSource,
Map<String,Object> variables) |
default Object executeScript(ScriptSource scriptSource)
scriptSource - The script source.Object executeScript(ScriptSource scriptSource, Map<String,Object> variables)
scriptSource - The script source.variables - The variables.