OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools.offline Show documentation
Show all versions of tools.offline Show documentation
The core part of SCB Web Access
<?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.tools.offline.Generator"> <implementation class="org.apache.clerezza.tools.offline.Generator"/> <service servicefactory="false"> <provide interface="java.lang.Object"/> </service> <property name="javax.ws.rs" type="Boolean" value="true" private="false"/> <property name="service.pid" value="org.apache.clerezza.tools.offline.Generator" private="false"/> <reference name="cgp" interface="org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider" cardinality="1..1" policy="static" bind="bindCgp" unbind="unbindCgp" checked="true" strategy="event"/> <reference name="serializer" interface="org.apache.clerezza.rdf.core.serializedform.Serializer" cardinality="1..1" policy="static" bind="bindSerializer" unbind="unbindSerializer" checked="true" strategy="event"/> <reference name="rendererFactory" interface="org.apache.clerezza.platform.typerendering.RendererFactory" cardinality="1..1" policy="static" bind="bindRendererFactory" unbind="unbindRendererFactory" checked="true" strategy="event"/> <reference name="thumbnailService" interface="org.apache.clerezza.platform.content.representations.core.ThumbnailService" cardinality="1..1" policy="static" bind="bindThumbnailService" unbind="unbindThumbnailService" checked="true" strategy="event"/> </scr:component> </components>