public interface EvaluatableScriptAdapter
ScriptModel
so it can be evaluated with custom bindings.Modifier and Type | Method and Description |
---|---|
Object |
eval(ScriptBindingsConfigurer bindingsConfigurer) |
Object |
eval(ScriptContext context) |
ScriptModel |
getScriptModel() |
ScriptModel getScriptModel()
Object eval(ScriptBindingsConfigurer bindingsConfigurer) throws ScriptExecutionException
ScriptExecutionException
Object eval(ScriptContext context) throws ScriptExecutionException
ScriptExecutionException
Copyright © 2021 JBoss by Red Hat. All rights reserved.