Example usage for com.liferay.portal.kernel.portlet.toolbar.contributor BasePortletToolbarContributor subclass-usage

List of usage examples for com.liferay.portal.kernel.portlet.toolbar.contributor BasePortletToolbarContributor subclass-usage

Introduction

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

Usage

From source file com.liferay.asset.publisher.web.internal.portlet.toolbar.contributor.AssetPublisherPortletToolbarContributor.java

/**
 * @author Eduardo Garcia
 */
@Component(immediate = true, property = { "javax.portlet.name=" + AssetPublisherPortletKeys.ASSET_PUBLISHER,
        "mvc.path=-", "mvc.path=/view.jsp" }, service = { AssetPublisherPortletToolbarContributor.class,
                PortletToolbarContributor.class })

From source file com.liferay.bookmarks.web.internal.portlet.toolbar.contributor.BookmarksPortletToolbarContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + BookmarksPortletKeys.BOOKMARKS,
        "mvc.render.command.name=-", "mvc.render.command.name=/bookmarks/view",
        "mvc.render.command.name=/bookmarks/view_folder" }, service = { BookmarksPortletToolbarContributor.class,

From source file com.liferay.document.library.web.internal.portlet.toolbar.contributor.DLPortletToolbarContributor.java

/**
 * @author Sergio Gonzlez
 * @author Roberto Daz
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY,
        "mvc.render.command.name=-", "mvc.render.command.name=/document_library/view",

From source file com.liferay.document.library.web.internal.portlet.toolbar.contributor.IGPortletToolbarContributor.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DLPortletKeys.MEDIA_GALLERY_DISPLAY,
        "mvc.render.command.name=-",
        "mvc.render.command.name=/image_gallery_display/view" }, service = { PortletToolbarContributor.class })

From source file com.liferay.journal.content.web.internal.portlet.toolbar.contributor.JournalContentPortletToolbarContributor.java

/**
 * @author Eduardo Garcia
 */
@Component(immediate = true, property = { "javax.portlet.name=" + JournalContentPortletKeys.JOURNAL_CONTENT,
        "mvc.path=-", "mvc.path=/view.jsp" }, service = { JournalContentPortletToolbarContributor.class,
                PortletToolbarContributor.class })

From source file com.liferay.site.navigation.menu.web.internal.portlet.contributor.SiteNavigationMenuPortletToolbarContributor.java

/**
 * @author Jrgen Kappler
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + SiteNavigationMenuPortletKeys.SITE_NAVIGATION_MENU, "mvc.path=-",
        "mvc.path=/view.jsp" }, service = { PortletToolbarContributor.class,

From source file com.liferay.wiki.web.internal.portlet.toolbar.item.WikiPortletToolbarContributor.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = { "javax.portlet.name=" + WikiPortletKeys.WIKI,
        "mvc.render.command.name=/wiki/view_pages" }, service = { WikiPortletToolbarContributor.class,
                PortletToolbarContributor.class })