Package | Description |
---|---|
org.apache.clerezza.platform.scripting |
Modifier and Type | Method and Description |
---|---|
Object |
ScriptExecution.execute(NonLiteral scriptResource) |
Object |
ScriptExecution.execute(NonLiteral scriptResource,
javax.script.Bindings bindings)
Executes the specified
scriptResource . |
Object |
ScriptExecution.execute(String script,
javax.script.Bindings bindings,
String language,
String languageVersion)
Executes the specified
script with the ScriptEngine
that is registered for language and languageVersion . |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.