|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StandardBindings | |
|---|---|
| org.rhq.bindings | |
| Uses of StandardBindings in org.rhq.bindings |
|---|
| Methods in org.rhq.bindings with parameters of type StandardBindings | |
|---|---|
static ScriptEngine |
ScriptEngineFactory.getScriptEngine(String language,
PackageFinder packageFinder,
StandardBindings bindings)
Initializes the script engine for given language. |
static ScriptEngine |
ScriptEngineFactory.getSecuredScriptEngine(String language,
PackageFinder packageFinder,
StandardBindings bindings,
PermissionCollection permissions)
This method is similar to the ScriptEngineFactory.getScriptEngine(String, PackageFinder, StandardBindings) method
but additionally applies a security wrapper on the returned script engine so that the scripts execute
with the provided java permissions. |
static void |
ScriptEngineFactory.injectStandardBindings(ScriptEngine engine,
StandardBindings bindings,
boolean deleteExistingBindings)
Injects the values provided in the bindings into the engine scope
of the provided script engine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||