| Interface | Description |
|---|---|
| Resolver |
A resolver for Objects bound to a key.
|
| ResolverFactory |
| Class | Description |
|---|---|
| BeansResolverFactory | |
| JuelScriptEngine |
ScriptEngine that used JUEL for script evaluation and compilation (JSR-223).
|
| JuelScriptEngineFactory |
Factory to create
JuelScriptEngines. |
| ScriptBindings |
A
Bindings implementation which wraps an existing binding and enhances the key / value map with
read-only access to:
variables provided in a VariableScope,
additional bindings provided through a set of Resolvers.
|
| ScriptBindingsFactory |
Factory for the Bindings used by the
ScriptingEngines. |
| ScriptEngineResolver | |
| ScriptingEngines |
Manager for JSR-223
ScriptEngine handling. |
| VariableScopeResolver |
Bindings implementation using an
ExecutionImpl as 'back-end'. |
| VariableScopeResolverFactory |
Copyright © 2018. All rights reserved.