Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet.toolbar.contributor
Interface PortletToolbarContributor

All Known Implementing Classes:
BasePortletToolbarContributor

public interface PortletToolbarContributor

Provides an interface responsible for extending the portlet toolbar by adding more elements.

Implementations of this class must be OSGI components that are registered in the OSGI Registry. The way that this component is registered in the OSGI Registry must be consistent with the way the PortletToolbarContributorLocator implementations search for it in the registry.


Method Summary
 List<Menu> getPortletTitleMenus(PortletRequest portletRequest)
          Returns menus to be rendered in the portlet toolbar.
 

Method Detail

getPortletTitleMenus

List<Menu> getPortletTitleMenus(PortletRequest portletRequest)
Returns menus to be rendered in the portlet toolbar.

Parameters:
portletRequest - the portlet request
Returns:
menus to be rendered in the portlet toolbar

Liferay 7.0-ce-b4