Example usage for com.liferay.portal.kernel.portlet.bridges.mvc MVCResourceCommand interface-usage

List of usage examples for com.liferay.portal.kernel.portlet.bridges.mvc MVCResourceCommand interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.portlet.bridges.mvc MVCResourceCommand interface-usage.

Usage

From source file com.liferay.blade.samples.doclib.resourcecommand.override.CustomMVCResourceCommand.java

/**
 * @author Liferay
 */
@Component(property = { "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY,
        "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY_ADMIN,
        "javax.portlet.name=" + DLPortletKeys.MEDIA_GALLERY_DISPLAY,

From source file com.liferay.blade.samples.portlet.resourcecommand.CaptchaMVCResourceCommand.java

/**
 * @author Liferay
 */
@Component(immediate = true, property = {
        "javax.portlet.name=com_liferay_blade_samples_portlet_resourcecommand_CaptchaPortlet",
        "mvc.command.name=/blade/captcha" }, service = MVCResourceCommand.class)

From source file com.liferay.configuration.admin.web.internal.portlet.action.ExportConfigurationMVCResourceCommand.java

/**
 * @author Brian Wing Shun Chan
 * @author Vilmos Papp
 * @author Eduardo Garcia
 * @author Raymond Aug
 */

From source file com.liferay.document.library.web.internal.portlet.action.DownloadEntriesMVCResourceCommand.java

/**
 * @author Brian Wing Shun Chan
 * @author Alexander Chow
 * @author Sergio Gonzlez
 * @author Levente Hudk
 * @author Roberto Daz

From source file com.liferay.login.web.internal.portlet.action.CaptchaMVCResourceCommand.java

/**
 * @author Pei-Jung Lan
 */
@Component(property = { "javax.portlet.name=" + LoginPortletKeys.FAST_LOGIN,
        "javax.portlet.name=" + LoginPortletKeys.LOGIN,
        "mvc.command.name=/login/captcha" }, service = MVCResourceCommand.class)

From source file com.liferay.message.boards.web.internal.portlet.action.CaptchaMVCResourceCommand.java

/**
 * @author Adolfo Prez
 */
@Component(property = { "javax.portlet.name=" + MBPortletKeys.MESSAGE_BOARDS,
        "javax.portlet.name=" + MBPortletKeys.MESSAGE_BOARDS_ADMIN,
        "mvc.command.name=/message_boards/captcha" }, service = MVCResourceCommand.class)

From source file com.liferay.users.admin.web.internal.portlet.action.GetUsersCountMVCResourceCommand.java

/**
 * @author Gavin Wan
 * @author Pei-Jung Lan
 */
@Component(immediate = true, property = { "javax.portlet.name=" + UsersAdminPortletKeys.USERS_ADMIN,
        "mvc.command.name=/users_admin/get_users_count" }, service = MVCResourceCommand.class)