Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Invalid
-
2.0-M2
-
None
-
None
-
Windows XP, Jetspeed-M2 Binary Distribution
Description
Hi,
I'm using the Jetspeed PageManagerComponent. I can get all fragments from a page, but how can I get the portlets on the page ? I's there any example ? I can't find a connection between a fragment and a portlet application ?
I only want to show the portlets which are lying on a page, but how do I do that?
PageManager pManager = //get the service from PortletContext
Page p = pManager.getFolder("testfolder").getPage("TestPage");
Fragment frag = p.getRootFragment().getFragment("frg-01");
How can I get the portlets from the Fragment "frag". With the "getProperty"-Method ?