Class ScriptContextProvider
- java.lang.Object
-
- org.apache.sling.scripting.core.impl.bundled.ScriptContextProvider
-
- All Implemented Interfaces:
EventListener,org.osgi.framework.BundleListener
public class ScriptContextProvider extends Object implements org.osgi.framework.BundleListener
-
-
Constructor Summary
Constructors Constructor Description ScriptContextProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbundleChanged(org.osgi.framework.BundleEvent event)org.apache.sling.scripting.core.impl.bundled.ScriptContextProvider.ExecutableContextprepareScriptContext(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, org.apache.sling.scripting.core.impl.bundled.ExecutableUnit executable)
-
-
-
Method Detail
-
prepareScriptContext
public org.apache.sling.scripting.core.impl.bundled.ScriptContextProvider.ExecutableContext prepareScriptContext(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, org.apache.sling.scripting.core.impl.bundled.ExecutableUnit executable) throws IOException- Throws:
IOException
-
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent event)
- Specified by:
bundleChangedin interfaceorg.osgi.framework.BundleListener
-
-