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

com.github.dynamicextensionsalfresco.controlpanel.Bundles.show.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="${bundle.name} ${bundle.version} - Dynamic Extensions" active="bundles">
  <#macro header name value="">
    
      
        ${name}
      
      
        <#nested />
      
    
  

  

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

<#if bundle.deleteable>
<#if !bundle.fragmentBundle && (bundle.status == 'installed' || bundle.status == 'resolved') >
<@header name="Type"> <#if bundle.dynamicExtension> Extension bundle <#else> Framework bundle <@header name="Description">${bundle.description!""} <@header name="Symbolic Name">${bundle.symbolicName} <@header name="Location"> ${bundle.location!""} <@header name="Status">${bundle.status} <@header name="Bundle ID">${bundle.bundleId} <@header name="Modified"> <@header name="Documentation"> <#if bundle.documentationUrl??> ${bundle.documentationUrl} <#else> No documentation specified.
<#if bundle.status == 'installed' && !bundle.fragmentBundle>

If this bundle remains in the installed state, the Java packages that this bundle depends on have not all been resolved. (If the OSGi framework is currently restarting this page may not reflect the latest status.)

Java packages can be imported from:

Once the dependencies are available, this bundle's state should change to resolved or active.

The bundle may have missing Import-Bundle or Import-Library dependencies. These types of dependency are generally not used with Dynamic Extensions.

Try to start the bundle to obtain more specific information on why it is not resolved.

<#if (bundle.bundleId != 0)>

Imported packages

<#if (bundle.importedPackages?size > 0)> <#list bundle.importedPackages as package>
Imported Java Package Min Version Max Version
${package.name} ${package.minVersion!'unbounded'} ${package.maxVersion!'unbounded'}
<#else>

This bundle does not import any packages.

Exported packages

<#if (bundle.bundleId != 0)> <#if (bundle.exportedPackages?size > 0)> <#list bundle.exportedPackages as package>
Exported Java Package Version
${package.packageName} ${package.version!''}
<#else>

This bundle does not export any packages.

<#else>

The System Bundle exports ${systemPackageCount?string.computer} System Packages.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy