Hi Scott,

Thanks for the update. Just to clarify, this is to support something like the 
following use-case in WEB-INF/portlet.xml correct?

                <supports>
                        <mime-type>text/html</mime-type>
                        <portlet-mode>view</portlet-mode>
                </supports>
                <supports>
                        <mime-type>text/xml</mime-type>
                        <portlet-mode>view</portlet-mode> 
                </supports>

Neil

> On Feb 2, 2015, at 8:07 AM, Martin Scott Nicklous <scott.nickl...@de.ibm.com> 
> wrote:
> 
> 
> Hi,
> 
> I updated the Pluto V3Prototype branch with an implementation of the
> changes described in issue PORTLETSPEC3-18 concerning new APIs for the
> PortletConfig object. These new APIs make more information from the portlet
> deployment descriptor available to the programmer. During the course of the
> implementation, I ran into an oversight about the method signatures
> described in the Jira issue. The window states and portlet modes are
> dependent on the MIME type, so I added a parameter to each of the methods
> to allow the MIME type to be specified. I also added a method allowing the
> mapping of public render parameter names to QNames as defined in the
> deployment descriptor to be retrieved. Please see the links below for more
> information.
> 
> The prototype also contains a portlet that displays the information made
> available through these methods.
> 
> Updated version 3.0 Javadoc
> http://msnicklous.github.io/portletspec3/apidocs/index.html
> 
> Updated documentation:
> https://java.net/projects/portletspec3/pages/PortletConfiguration
> 
> Github mirror of the Apache Pluto V3Prototype branch containing the code
> changes:
> https://github.com/apache/portals-pluto/tree/V3Prototype
> 
> Since I need to work on some other things for a couple of days, I am going
> to cancel tomorrow's JSR 362 EG call.
> 
> Mit freundlichen Grüßen, / Kind regards,
> Scott Nicklous
> 
> WebSphere Portal Standardization Lead & Technology Consultant
> Specification Lead, JSR 362 Portlet Specification 3.0
> IBM Software Group, Application Integration Middleware
> IBM Deutschland Research & Development GmbH / Vorsitzender des
> Aufsichtsrats: Martina Koederitz / Geschäftsführung: Dirk Wittkopp
> Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart,
> HRB 243294
> 

Reply via email to