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/03 13:25:27 UTC

[jira] Updated: (PLUTO-423) PortletRequestDispatcher implementation for Spec Chapter 19 "Dispatching Requests to Servlets and JSPs"

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

Torsten Dettborn updated PLUTO-423:
-----------------------------------

    Attachment: RequestImpl_for_requestDispatcher_030907.patch

This implements functionality for PLT. 19.3.6 and 19.4.6 for the response. It maps for the include and forward calls. For details look into the Specification in the table of the chapter, please.
It also contains an fixe for:
defaultNamespace
This is needed for namespacing events and public render parameter without QNames.

> PortletRequestDispatcher implementation for Spec Chapter 19 "Dispatching Requests to Servlets and JSPs"
> -------------------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-423
>                 URL: https://issues.apache.org/jira/browse/PLUTO-423
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portlet container
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Torsten Dettborn
>            Assignee: Torsten Dettborn
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: PortletRequestDispatcher_082707.patch, RequestImpl_for_requestDispatcher_030907.patch, ResponseImpl_for_requestDispatcher_310807.patch
>
>
> Portlets can delegate the execution of logic or creation of content to servlets and JSPs.
> This is useful for implementing the Model-View-Controller pattern where the portlet may
> act as controller and dispatch to different JSPs for rendering the views.
> The PortletRequestDispatcher interface provides a mechanism to accomplish this
> dispatching.
> Servlets and JSPs invoked from within a portlet in the render phase should generate
> markup fragments following the recommendations of the PLT.B Markup Fragment
> Appendix. 
> You have the choose to use the include or forward methode.

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