You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Christian Raschka (JIRA)" <ji...@apache.org> on 2007/08/20 12:09:30 UTC

[jira] Updated: (PLUTO-418) Add support for container-runtime-options

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

Christian Raschka updated PLUTO-418:
------------------------------------

    Attachment: container_runtime_options.200707.patch

This patch implements this feature. For now (testing) the container supported runtime options are hard coded in PortletContextImpl.java and have to be somewhere else (pluto-configuration.xml?) in the future.

> Add support for container-runtime-options
> -----------------------------------------
>
>                 Key: PLUTO-418
>                 URL: https://issues.apache.org/jira/browse/PLUTO-418
>             Project: Pluto
>          Issue Type: New Feature
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Christian Raschka
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: container_runtime_options.200707.patch
>
>
> PLT.10.4.: 
> The portlet can define additional runtime behavior in the portlet.xml on either the
> portlet application level or the portlet level with the container-runtime-option element.
> Runtime options that are defined on the application level should be applied to all portlets
> in the portlet application. Runtime options that are defined on the portlet level should be
> applied for this portlet only and override any runtime options defined on the application
> level with the same name.
> Container runtime options are optional to support by the portlet container and the portlet
> can find out which container runtime options are supported by the portlet container
> running the portlet via the method getContainerRuntimeOptions on the
> PortletContext.

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