Example usage for com.liferay.portal.settings.portlet.action BasePortalSettingsFormMVCActionCommand subclass-usage

List of usage examples for com.liferay.portal.settings.portlet.action BasePortalSettingsFormMVCActionCommand subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.settings.portlet.action BasePortalSettingsFormMVCActionCommand subclass-usage.

Usage

From source file com.liferay.portal.settings.authentication.iam.web.internal.portlet.action.PortalSettingsIAMFormMVCActionCommand.java

/**
 * @author Marco Fargetta
 */
@Component(immediate = true, property = { "javax.portlet.name=" + PortalSettingsPortletKeys.PORTAL_SETTINGS,
        "mvc.command.name=/portal_settings/iam_connect" }, service = MVCActionCommand.class)
public class PortalSettingsIAMFormMVCActionCommand extends BasePortalSettingsFormMVCActionCommand {