From: <ju...@jb...> - 2005-07-28 08:35:00
|
this controller is developed to test the portlet container only. In that case there is no notion of page, all the components are involved in the render. The goal to have a getRenderList is that the TCKController or the test agent subclass this class to provide their own implementation of the getRenderList based on a specific list of portlets. For instance the tck will require to have a specific list of portlets to participate in the current request. You should look also at the CoreController which use the command pattern to implement its logic in order to scale better because it may handle more situations than the simple PortletController. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887007#3887007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887007 |