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 Summary

    Modifier and Type
    Method
    Description
    getPortletTitleMenus(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse)
    Returns menus to be rendered in the portlet toolbar.
    default boolean
     
  • Method Details

    • getPortletTitleMenus

      List<Menu> getPortletTitleMenus(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.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()