Package io.meeds.layout.plugin.renderer
Class SidebarLoginPortletInstancePreferencePlugin
java.lang.Object
io.meeds.layout.plugin.renderer.SidebarLoginPortletInstancePreferencePlugin
- All Implemented Interfaces:
PortletInstancePreferencePlugin
@Service
public class SidebarLoginPortletInstancePreferencePlugin
extends Object
implements PortletInstancePreferencePlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongeneratePreferences(org.exoplatform.portal.config.model.Application application, org.exoplatform.portal.pom.spi.portlet.Portlet preferences, PortletInstanceContext portletInstanceContext) Computes the list of preferences to have the same view as the designated application instancereturn the portlet name for which the plugin can generate its preferences
-
Constructor Details
-
SidebarLoginPortletInstancePreferencePlugin
public SidebarLoginPortletInstancePreferencePlugin()
-
-
Method Details
-
getPortletName
Description copied from interface:PortletInstancePreferencePluginreturn the portlet name for which the plugin can generate its preferences- Specified by:
getPortletNamein interfacePortletInstancePreferencePlugin
-
generatePreferences
public List<PortletInstancePreference> generatePreferences(org.exoplatform.portal.config.model.Application application, org.exoplatform.portal.pom.spi.portlet.Portlet preferences, PortletInstanceContext portletInstanceContext) Description copied from interface:PortletInstancePreferencePluginComputes the list of preferences to have the same view as the designated application instance- Specified by:
generatePreferencesin interfacePortletInstancePreferencePlugin- Parameters:
application-Applicationdesignated to extract its preferencespreferences- currentPortletpreferencesportletInstanceContext- context preference generate global parm- Returns:
ListofPortletInstancePreference
-