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

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

Introduction

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

Usage

From source file com.liferay.mbsubscriptionmanager.portlet.SubscriptionManagerPortlet.java

/**
 * @author Shinn Lok
 */
public class SubscriptionManagerPortlet extends MVCPortlet {

    public void subscribeUsers(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {

From source file com.liferay.mentions.portlet.MentionsPortlet.java

/**
 * @author Ivn Zaera
 * @author Sergio Gonzlez
 */
public class MentionsPortlet extends MVCPortlet {

From source file com.liferay.mentions.web.internal.portlet.MentionsPortlet.java

/**
 * @author Ivn Zaera
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.icon=/icons/mentions.png",

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

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-message-boards",
        "com.liferay.portlet.display-category=category.hidden",
        "com.liferay.portlet.header-portlet-css=/message_boards/css/main.css",

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

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.application-type=full-page-application", "com.liferay.portlet.application-type=widget",
        "com.liferay.portlet.css-class-wrapper=portlet-message-boards",

From source file com.liferay.microblogs.microblogs.portlet.MicroblogsPortlet.java

/**
 * @author Jonathan Lee
 */
public class MicroblogsPortlet extends MVCPortlet {

    public void deleteMicroblogsEntry(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {

From source file com.liferay.microblogs.web.internal.portlet.MicroblogsPortlet.java

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=microblogs-portlet",
        "com.liferay.portlet.display-category=category.collaboration",

From source file com.liferay.mobile.device.rules.web.internal.portlet.MDRPortlet.java

/**
 * @author Mate Thurzo
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=mobile-device-rules",
        "com.liferay.portlet.display-category=category.hidden",

From source file com.liferay.monitoring.web.internal.portlet.MonitoringPortlet.java

/**
 * @author Philip Jones
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-users-admin",
        "com.liferay.portlet.display-category=category.hidden",
        "com.liferay.portlet.header-portlet-css=/css/main.css", "com.liferay.portlet.icon=/icons/monitoring.png",

From source file com.liferay.monitoring.web.portlet.MetricsPortlet.java

/**
 * @author Miguel Pastor
 */
@Component(configurationPid = "com.liferay.monitoring.web", configurationPolicy = ConfigurationPolicy.OPTIONAL, immediate = true, property = {
        "com.liferay.portlet.css-class-wrapper=portlet-liferay-monitoring",
        "com.liferay.portlet.display-category=category.tools",