You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/06/29 13:24:47 UTC

[jira] Closed: (FELIX-1043) Support WebConsole plugins without requiring extending the AbstractWebConsolePlugin

     [ https://issues.apache.org/jira/browse/FELIX-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-1043.
------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-1.2.12

Tested this and it works even with a plugin providing resources.

So considering this issue fixed for now.

@Carsten: I18N is upto now no issue, so this is also ignored here.

> Support WebConsole plugins without requiring extending the AbstractWebConsolePlugin
> -----------------------------------------------------------------------------------
>
>                 Key: FELIX-1043
>                 URL: https://issues.apache.org/jira/browse/FELIX-1043
>             Project: Felix
>          Issue Type: Sub-task
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-1.2.12
>
>         Attachments: FELIX-1043.patch
>
>
> Currently the web console can be extended by registering a javax.servlet.Servlet service with a special service property naming the label of the plugin. For ease of use (namely reusing the header and footer renderings), plugins must extend the AbstractWebConsolePlugin.
> The drawback of this requirement is, that any plugins require a class from the web console plugin. It would be better to just register a plain servlet which is rendered by the web console with headers and footers on behalf of the plugin.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.