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


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.

Reply via email to