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

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

Introduction

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

Usage

From source file com.liferay.journal.web.internal.portlet.action.RSSMVCResourceCommand.java

/**
 * @author Eduardo Garcia
 */
@Component(immediate = true, property = { "auth.token.ignore.mvc.action=true",
        "javax.portlet.name=" + JournalPortletKeys.JOURNAL, "mvc.command.name=rss",
        "portlet.add.default.resource.check.whitelist.mvc.action=true" }, service = MVCResourceCommand.class)

From source file com.liferay.social.activities.web.internal.portlet.action.RSSMVCResourceCommand.java

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