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 09:24:47 UTC

[jira] Commented: (FELIX-1281) Provide official constants of web console request attributes

    [ https://issues.apache.org/jira/browse/FELIX-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725066#action_12725066 ] 

Felix Meschberger commented on FELIX-1281:
------------------------------------------

In Rev. 789243 added two constants to the WebConsoleConstants interface:

   ATTR_APP_ROOT = "felix.webconsole.appRoot";
   ATTR_LABEL_MAP = "felix.webconsole.labelMap";

providing the web console root path and the map of labels/titles of registered plugins. These request attributes are provided by the web console servlet before calling into the console plugin.

> Provide official constants of web console request attributes
> ------------------------------------------------------------
>
>                 Key: FELIX-1281
>                 URL: https://issues.apache.org/jira/browse/FELIX-1281
>             Project: Felix
>          Issue Type: Sub-task
>          Components: Web Console
>    Affects Versions: webconsole-1.2.10
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-1.2.12
>
>
> The Web Console uses two request attibutes to convey the URI root path of the web console and a map of labels and titles of registered plugins. Both attributes may be of use to plugins and should be official constants in the WebConsoleConstants interface.

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