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 "Craig Doremus (JIRA)" <ji...@apache.org> on 2007/08/30 00:38:30 UTC

[jira] Resolved: (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 ]

Craig Doremus resolved PLUTO-423.
---------------------------------

    Resolution: Fixed

Patch applied to both branches. Thanks, Torsten!

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