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

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

Introduction

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

Usage

From source file blade.portlet.actioncommand.GreeterActionCommand.java

@Component(immediate = true, property = { "mvc.command.name=greet",
        "javax.portlet.name=blade_portlet_GreeterPortlet" }, service = MVCActionCommand.class)
public class GreeterActionCommand implements MVCActionCommand {

    @Override
    public boolean processAction(ActionRequest actionRequest, ActionResponse actionResponse)

From source file com.liferay.blade.samples.portlet.actioncommand.GreeterActionCommand.java

/**
 * @author Liferay
 */
@Component(immediate = true, property = { "javax.portlet.name=blade_portlet_GreeterPortlet",
        "mvc.command.name=greet" }, service = MVCActionCommand.class)
public class GreeterActionCommand implements MVCActionCommand {

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

/**
 * @author Kamesh Sampath
 * @author Raymond Aug
 */
@Component(immediate = true, property = { "javax.portlet.name=" + ConfigurationAdminPortletKeys.SYSTEM_SETTINGS,
        "mvc.command.name=bindConfiguration" }, service = MVCActionCommand.class)

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

/**
 * @author Kamesh Sampath
 * @author Raymond Aug
 */
@Component(immediate = true, property = { "javax.portlet.name=" + ConfigurationAdminPortletKeys.SYSTEM_SETTINGS,
        "mvc.command.name=deleteConfiguration" }, service = MVCActionCommand.class)

From source file com.liferay.quick.note.web.internal.portlet.action.SaveMVCActionCommand.java

/**
 * @author Alexander Chow
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "javax.portlet.name=" + QuickNotePortletKeys.QUICK_NOTE,
        "mvc.command.name=save" }, service = MVCActionCommand.class)

From source file com.rivetlogic.quartz.command.JobActionActionCommand.java

@Component(immediate = true, property = {
        "javax.portlet.name=" + ScheduledJobManagerPortletKeys.LiferayScheduledJobManagerpanelapp,
        "mvc.command.name=jobAction" }, service = MVCActionCommand.class)
public class JobActionActionCommand implements MVCActionCommand {
    @Override
    public boolean processAction(ActionRequest actionRequest, ActionResponse actionResponse)