Example usage for com.liferay.portal.kernel.portlet.bridges.mvc BaseMVCActionCommand subclass-usage

List of usage examples for com.liferay.portal.kernel.portlet.bridges.mvc BaseMVCActionCommand subclass-usage

Introduction

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

Usage

From source file com.gleo.plugins.hexiagon.portlet.countries.action.ActivateCountryMVCActionCommand.java

/**
 * @author guillaumelenoir
 *
 */
@Component(property = { "javax.portlet.name=" + PortletKeys.HEXIAGON_COUNTRY_CONFIGURATION,
        "mvc.command.name=activateCountry" }, service = MVCActionCommand.class)

From source file com.liferay.adaptive.media.web.internal.portlet.action.BaseMVCActionCommand.java

/**
 * @author Sergio Gonzlez
 */
public abstract class BaseMVCActionCommand
        extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand {

From source file com.liferay.adaptive.media.web.internal.portlet.action.DeleteImageConfigurationEntryMVCActionCommand.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + AdaptiveMediaPortletKeys.ADAPTIVE_MEDIA,
        "mvc.command.name=/adaptive_media/delete_image_configuration_entry" }, service = MVCActionCommand.class)
public class DeleteImageConfigurationEntryMVCActionCommand extends BaseMVCActionCommand {

From source file com.liferay.adaptive.media.web.internal.portlet.action.DisableImageConfigurationEntryMVCActionCommand.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + AdaptiveMediaPortletKeys.ADAPTIVE_MEDIA,
        "mvc.command.name=/adaptive_media/disable_image_configuration_entry" }, service = MVCActionCommand.class)
public class DisableImageConfigurationEntryMVCActionCommand extends BaseMVCActionCommand {

From source file com.liferay.adaptive.media.web.internal.portlet.action.EditImageConfigurationEntryMVCActionCommand.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + AdaptiveMediaPortletKeys.ADAPTIVE_MEDIA,
        "mvc.command.name=/adaptive_media/edit_image_configuration_entry" }, service = MVCActionCommand.class)
public class EditImageConfigurationEntryMVCActionCommand extends BaseMVCActionCommand {

From source file com.liferay.adaptive.media.web.internal.portlet.action.EnableImageConfigurationEntryMVCActionCommand.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + AdaptiveMediaPortletKeys.ADAPTIVE_MEDIA,
        "mvc.command.name=/adaptive_media/enable_image_configuration_entry" }, service = MVCActionCommand.class)
public class EnableImageConfigurationEntryMVCActionCommand extends BaseMVCActionCommand {

From source file com.liferay.adaptive.media.web.internal.portlet.action.OptimizeImagesMVCActionCommand.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + AdaptiveMediaPortletKeys.ADAPTIVE_MEDIA,
        "mvc.command.name=/adaptive_media/optimize_images" }, service = MVCActionCommand.class)
public class OptimizeImagesMVCActionCommand extends BaseMVCActionCommand {

From source file com.liferay.adaptive.media.web.internal.portlet.action.ResetDefaultValuesMVCActionCommand.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + AdaptiveMediaPortletKeys.ADAPTIVE_MEDIA,
        "mvc.command.name=/adaptive_media/reset_default_values" }, service = MVCActionCommand.class)
public class ResetDefaultValuesMVCActionCommand extends BaseMVCActionCommand {

From source file com.liferay.announcements.web.internal.portlet.action.EditEntryMVCActionCommand.java

/**
 * @author Raymond Aug
 * @author Roberto Daz
 */
@Component(property = { "javax.portlet.name=" + AnnouncementsPortletKeys.ALERTS,
        "javax.portlet.name=" + AnnouncementsPortletKeys.ANNOUNCEMENTS,

From source file com.liferay.asset.display.template.web.internal.portlet.action.DeleteAssetDisplayTemplateMVCActionCommand.java

/**
 * @author Pavel Savinov
 */
@Component(property = { "javax.portlet.name=" + AssetDisplayTemplatePortletKeys.ASSET_DISPLAY_TEMPLATE,
        "mvc.command.name=/asset_display_template/delete_asset_display_template" }, service = MVCActionCommand.class)
public class DeleteAssetDisplayTemplateMVCActionCommand extends BaseMVCActionCommand {