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
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.