org.apache.sling.scripting.core.impl
Class ScriptEngineManagerFactory
java.lang.Object
org.apache.sling.scripting.core.impl.ScriptEngineManagerFactory
- All Implemented Interfaces:
- EventListener, org.osgi.framework.BundleListener
public class ScriptEngineManagerFactory
- extends Object
- implements org.osgi.framework.BundleListener
Component which exposes a ScriptEngineManager service.
Method Summary |
protected void |
activate(org.osgi.service.component.ComponentContext context)
|
protected void |
bindScriptEngineFactory(javax.script.ScriptEngineFactory scriptEngineFactory)
|
void |
bundleChanged(org.osgi.framework.BundleEvent event)
|
protected void |
deactivate(org.osgi.service.component.ComponentContext context)
|
protected void |
unbindScriptEngineFactory(javax.script.ScriptEngineFactory scriptEngineFactory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptEngineManagerFactory
public ScriptEngineManagerFactory()
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent event)
- Specified by:
bundleChanged
in interface org.osgi.framework.BundleListener
activate
protected void activate(org.osgi.service.component.ComponentContext context)
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext context)
bindScriptEngineFactory
protected void bindScriptEngineFactory(javax.script.ScriptEngineFactory scriptEngineFactory)
unbindScriptEngineFactory
protected void unbindScriptEngineFactory(javax.script.ScriptEngineFactory scriptEngineFactory)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.