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 TypeMethodDescriptiongetPortletTitleMenus
(PortletRequest portletRequest, PortletResponse portletResponse) Returns menus to be rendered in the portlet toolbar.default boolean
-
Method Details
-
getPortletTitleMenus
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()
-