| Id | +${bundle.bundleId!} | +
| Name | +${bundle.symbolicName!} | +
| Location | +${bundle.location!} | +
| Status | +${action.getBundleState(bundle)} | +
| ${key} | +${action.displayProperty(service.getProperty(key))} | +
| ${key} | +${action.displayProperty(service.getProperty(key))!} | +
| Name | +${pkg.name} | +
| Actions | +
+
|
+
| ${header} | +${bundle.headers.get(header)} |
+
| Name | +Status | +Struts Bundle | +Actions | +
|---|---|---|---|
| + ${bundle.symbolicName} + | +${action.getBundleState(bundle)} | +${action.isStrutsEnabled(bundle)?string("yes", "no")} | ++ <#if action.isAllowedAction(bundle, "start")> + + + Start + + #if> + + <#if action.isAllowedAction(bundle, "stop")> + + + Stop + + #if> + + <#if action.isAllowedAction(bundle, "update")> + + + Update + + #if> + | +