com.github.dynamicextensionsalfresco.controlpanel.Container.services.get.html.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of control-panel Show documentation
Show all versions of control-panel Show documentation
Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features
<#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}
Service classes
Spring bean
<#list bundle.services as service>
<#if service.springContext>#if>
<#list service.objectClasses as objectClass>
- ${objectClass}
#list>
<#if service.springContext>#if>
${service.beanName!'n/a'}
#list>
#list>
@html.document>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy