Tuesday, 5 February
2008
Tue, 5 Feb
'08
10:07 a.m.
Author: julien(a)jboss.com
Date: 2008-02-05 11:07:25 -0500 (Tue, 05 Feb 2008)
New Revision: 9779
Modified:
modules/portlet/trunk/test/src/main/java/org/jboss/portal/portlet/controller/PortletController.java
Log:
added a few todos
Modified:
modules/portlet/trunk/test/src/main/java/org/jboss/portal/portlet/controller/PortletController.java
===================================================================
---
modules/portlet/trunk/test/src/main/java/org/jboss/portal/portlet/controller/PortletController.java 2008-02-05
15:46:21 UTC (rev 9778)
+++
modules/portlet/trunk/test/src/main/java/org/jboss/portal/portlet/controller/PortletController.java 2008-02-05
16:07:25 UTC (rev 9779)
@@ -34,6 +34,15 @@
* The portlet controller which handles the page state management and the interactions
between
* the action phase and the event phase. It really only does that and not more.
*
+ * 1/ introduce EventRequest so the portal can send events directly to a portlet
+ *
+ * 2/ make the event controller return a decision for a given event. Today it just
returns a list
+ * of events to process. An event can be handled in various manners by the controller:
+ * - produce new events (what exists today)
+ * - make it a portal event which delivers the event to the portal
+ *
+ * 3/ delegate public render parameter wiring to the context
+ *
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
* @version $Revision: 1.1 $
*/
Show replies by date