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.

Author:
Sergio González
  • Method Details

    • getPortletTitleMenus

      List<Menu> getPortletTitleMenus(PortletRequest portletRequest, PortletResponse portletResponse)
      Returns menus to be rendered in the portlet toolbar.
      Parameters:
      portletRequest - the portlet request
      Returns:
      menus to be rendered in the portlet toolbar
    • isShowInEditMode

      default boolean isShowInEditMode()