@FunctionalInterface public interface ScriptBindingsConfigurer
Bindings for a ScriptEngine.| Modifier and Type | Field and Description |
|---|---|
static ScriptBindingsConfigurer |
EMPTY
A default
ScriptBindingsConfigurer leaves the Bindings empty. |
| Modifier and Type | Method and Description |
|---|---|
void |
configureBindings(Bindings bindings) |
static final ScriptBindingsConfigurer EMPTY
ScriptBindingsConfigurer leaves the Bindings empty.void configureBindings(Bindings bindings)
Copyright © 2016 JBoss by Red Hat. All rights reserved.