Modifier and Type | Method and Description |
---|---|
static ScriptEngineFactory |
Utils.findScriptEngineFactory(String shortName,
Iterable<ScriptEngineFactory> engineFactories) |
ScriptEngineFactory |
ScriptEngine.getFactory()
Returns a
ScriptEngineFactory for the class to which this
ScriptEngine belongs. |
Modifier and Type | Method and Description |
---|---|
void |
ScriptEngineFactoryObserver.addingEntries(ScriptEngineFactory factory)
Called when a
ScriptEngineFactory gets started. |
void |
ScriptEngineFactoryObserver.removingEntries(ScriptEngineFactory factory)
Called when a
ScriptEngineFactory gets stopped. |
Modifier and Type | Method and Description |
---|---|
static ScriptEngineFactory |
Utils.findScriptEngineFactory(String shortName,
Iterable<ScriptEngineFactory> engineFactories) |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptEngineFactory
A NAME does ...
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineFactory |
GroovyScriptEngineImpl.getFactory() |
Modifier and Type | Method and Description |
---|---|
ScriptEngineFactory |
Activator.getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration) |
Modifier and Type | Method and Description |
---|---|
void |
Activator.ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration,
ScriptEngineFactory service) |
Modifier and Type | Method and Description |
---|---|
ScriptEngineFactory |
Activator.getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration) |
void |
Activator.ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration,
ScriptEngineFactory service) |
Modifier and Type | Class and Description |
---|---|
class |
RhinoScriptEngineFactory
A NAME does ...
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineFactory |
RhinoScriptEngine.getFactory() |
Modifier and Type | Method and Description |
---|---|
ScriptEngineFactory |
Activator.getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration) |
Modifier and Type | Method and Description |
---|---|
void |
Activator.ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration,
ScriptEngineFactory service) |
Modifier and Type | Method and Description |
---|---|
ScriptEngineFactory |
Activator.getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration) |
void |
Activator.ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration,
ScriptEngineFactory service) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptRegistryImpl.addingEntries(ScriptEngineFactory factory) |
void |
ScriptRegistryImpl.removingEntries(ScriptEngineFactory factory) |
Constructor and Description |
---|
ScriptRegistryImpl(Map<String,Object> properties,
Iterable<ScriptEngineFactory> engine,
Bindings globalScope) |
ScriptRegistryImpl(Map<String,Object> properties,
Iterable<ScriptEngineFactory> engine,
Bindings globalScope,
ClassLoader registryLevelScriptClassLoader) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptEngineFactoryAware.setScriptEngineFactory(Iterable<ScriptEngineFactory> factory) |
void |
DirectoryContainer.setScriptEngineFactory(Iterable<ScriptEngineFactory> factory) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.