How can I get the PortletInfo reference ?

View: New views
2 Messages — Rating Filter:   Alert me  

How can I get the PortletInfo reference ?

by EricMacau :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

How can I get the PortletInfo reference ?

Is there any code example?

Best regards,
Eric


Re: How can I get the PortletInfo reference ?

by Ate Douma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
>