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

Craig Doremus commented on PLUTO-418:
-------------------------------------

Christian. should the value of 
org.apache.pluto.container.supportedContainerRuntimeOptions in 
pluto-configuration.properties be a fully qualified runtime option name (e.g. 
javax.portlet.escapeXml)? If so, can you add a comment to that effect in the 
properties file above this record? (I assume you use escapeXml for test 
purposes only).

Also, it seems that  a container is going to have to add a class to implement 
'runtime option support' behavior. How is this going to be done and discovered 
by the container?

> 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, 
> container_runtime_options.plus_properties.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.

Reply via email to