Example usage for com.liferay.portal.kernel.portlet.toolbar.contributor PortletToolbarContributor interface-usage

List of usage examples for com.liferay.portal.kernel.portlet.toolbar.contributor PortletToolbarContributor interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.portlet.toolbar.contributor PortletToolbarContributor interface-usage.

Usage

From source file com.liferay.blade.samples.portlet.toolbar.contributor.BladePortletToolbarContributor.java

/**
 * @author Liferay
 */
@Component(immediate = true, property = {
        "javax.portlet.name=com_liferay_hello_world_web_portlet_HelloWorldPortlet",
        "mvc.path=-" }, service = PortletToolbarContributor.class)