Re: How can I get the PortletInfo reference ?
Ate Douma <[email protected]> Mon, 04 May 2009 11:56:04 +0200
| Newsgroups | gmane.comp.jakarta.pluto.user |
|---|---|
| Message-ID | <[email protected]> |
Eric Chow wrote: > Hello, > > How can I get the PortletInfo reference ? > > Is there any code example? I suggest reading the portlet spec (see: PLT.6.2) if you just need portable (spec based) read access. If you want to get hold of the actual PortletInfo object for a portlet, you'll need to hook into the portal/container specific API, so Pluto specific, where you then can access it through PortletWindow->PortletEntity->PortletDefinition->PortletInfo. > > Best regards, > Eric >