I have this portlet "id" :
101_INSTANCE_uzfgEVROg3RH
that came from this code :
1UnicodeProperties typeSettingsProperties = layout.getTypeSettingsProperties();
2String defaultAssetPublisherPortletId = typeSettingsProperties.getProperty(LayoutTypePortletConstants.DEFAULT_ASSET_PUBLISHER_PORTLET_ID);
(It's the default asset publisher of a Layout).
Question is : How can I get the Portlet object based on that id?
Por favor, faça login para denunciar.