« Return to Thread: How can I get the PortletInfo reference ?

Re: How can I get the PortletInfo reference ?

by Ate Douma :: Rate this Message:

Reply to Author | View in Thread

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
>

 « Return to Thread: How can I get the PortletInfo reference ?