All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy

Go to download

The script manager allows scripts to be uploaded, executed and deleted. The script manager can be found at /admin/script-manager (e.g. http://localhost:8282/admin/script-manager)

The newest version!
<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0">
    <scr:component enabled="true" name="org.apache.clerezza.platform.scripting.scriptmanager.ScriptManager">
        <implementation class="org.apache.clerezza.platform.scripting.scriptmanager.ScriptManager"/>
        <service servicefactory="false">
            <provide interface="java.lang.Object"/>
            <provide interface="org.apache.clerezza.platform.globalmenu.GlobalMenuItemsProvider"/>
        </service>
        <property name="javax.ws.rs" type="Boolean" value="true" private="false"/>
        <property name="service.pid" value="org.apache.clerezza.platform.scripting.scriptmanager.ScriptManager" private="false"/>
        <reference name="renderletManager" interface="org.apache.clerezza.platform.typerendering.RenderletManager" cardinality="1..1" policy="static" bind="bindRenderletManager" unbind="unbindRenderletManager" checked="true" strategy="event"/>
        <reference name="cgProvider" interface="org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider" cardinality="1..1" policy="static" bind="bindCgProvider" unbind="unbindCgProvider" checked="true" strategy="event"/>
        <reference name="contentHandler" interface="org.apache.clerezza.platform.content.DiscobitsHandler" cardinality="1..1" policy="static" bind="bindContentHandler" unbind="unbindContentHandler" checked="true" strategy="event"/>
        <reference name="scriptExecution" interface="org.apache.clerezza.platform.scripting.ScriptExecution" cardinality="1..1" policy="static" bind="bindScriptExecution" unbind="unbindScriptExecution" checked="true" strategy="event"/>
    </scr:component>
</components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy