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 "Torsten Dettborn (JIRA)" <ji...@apache.org> on 2007/09/09 14:33:29 UTC

[jira] Updated: (PLUTO-430) Portlet Config changes

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

Torsten Dettborn updated PLUTO-430:
-----------------------------------

    Attachment: PortletConfig_090907.patch

The patch fix the return values. Now the get methodes return an empty enumeration instead of null.

> Portlet Config changes
> ----------------------
>
>                 Key: PLUTO-430
>                 URL: https://issues.apache.org/jira/browse/PLUTO-430
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlet container
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Torsten Dettborn
>            Assignee: Torsten Dettborn
>            Priority: Minor
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: PortletConfig_090907.patch
>
>
> The getPublicRenderParameterNames,getPublishingEventQNames,getProcessingEventQNames and getSupportedLocales must return an enumeration which is empty, when there are no values to return.
> PLT.6.4 Public Render Parameter Names
> The getPublicRenderParameterNames method of the PortletConfig interface returns
> the public render parameter names found in the portlet definition in the deployment
> descriptor with the supported-public-render-parameter element or an empty
> enumeration if no public render parameters are defined for the current portlet definition.
> PLT.6.5 Publishing Event QNames
> The getPublishingEventQNames method of the PortletConfig interface returns the
> publishing event QNames found in the portlet definition in the deployment descriptor
> with the supported-publishing-event element or an empty enumeration if no
> publishing events are defined for the current portlet definition.
> PLT.6.6 Processing Event QNames
> The getProcessingEventQNames method of the PortletConfig interface returns the
> processing event QNames found in the portlet definition in the deployment descriptor
> with the supported-processing-event element or an empty enumeration if no
> processing events are defined for the current portlet definition.
> PLT.6.7 Supported Locales
> The getSupportedLocales method of the PortletConfig interface returns the
> supported locales found in the portlet definition in the deployment descriptor with the
> supported-locale element or an empty enumeration if no supported locales are defined
> for the current portlet definition.

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