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

com.github.dynamicextensionsalfresco.controlpanel.Container.services.get.html.ftl Maven / Gradle / Ivy

Go to download

Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features

There is a newer version: 3.1.0
Show newest version
<#import "templates/html-macros.inc.ftl" as html>
<@html.document title="Services - Dynamic Extensions" active="container">

  

Services

<#list servicesByBundle as bundle>

${bundle.name} ${bundle.version}

<#list bundle.services as service>
Service classes Spring bean
<#if service.springContext>
    <#list service.objectClasses as objectClass>
  • ${objectClass}
<#if service.springContext>
${service.beanName!'n/a'}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy