[ http://issues.apache.org/jira/browse/PLUTO-269?page=comments#action_12448546 ] David Hay commented on PLUTO-269: ---------------------------------
I'd also like to see an extension point in org.apache.pluto.core.PortletServlet to allow subclasses to add custom handling of additional method ids. Perhaps a new protected method that replaces the "if (methodId == ...)" block in dispatch. protected void dispatchRequest(int methodId, InternalPortletRequest request, InternalPortletResponse response) > Make PortletInvoker a public class > ---------------------------------- > > Key: PLUTO-269 > URL: http://issues.apache.org/jira/browse/PLUTO-269 > Project: Pluto > Issue Type: Improvement > Components: portlet container > Affects Versions: 1.1.0-beta2 > Reporter: David Hay > Attachments: pluto-1.1.0-invoker.patch > > > In my attempts to extend the portlet container, I discovered that the > PortletInvoker is not a public class. Requesting that this class be made > public so that I can extend it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
