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.socialnetworking.wall.portlet.WallPortlet.java

/**
 * @author Brian Wing Shun Chan
 */
public class WallPortlet extends MVCPortlet {

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

From source file com.liferay.staging.bar.web.internal.portlet.StagingBarPortlet.java

/**
 * @author Levente Hudk
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-staging-bar",
        "com.liferay.portlet.header-portlet-css=/css/main.css",

From source file com.liferay.staging.configuration.web.internal.portlet.StagingConfigurationPortlet.java

/**
 * @author Levente Hudk
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-staging-configuration",
        "com.liferay.portlet.header-portlet-css=/css/main.css",

From source file com.liferay.staging.processes.web.internal.portlet.StagingProcessesPortlet.java

/**
 * @author Levente Hudk
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-staging-processes",
        "com.liferay.portlet.footer-portlet-javascript=/js/main.js",

From source file com.liferay.stocks.portlet.StocksPortlet.java

/**
 * @author Brian Wing Shun Chan
 */
public class StocksPortlet extends MVCPortlet {

    @Override

From source file com.liferay.subscription.web.internal.portlet.UnsubscribePortlet.java

/**
 * @author Alejandro Tardn
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=unsubscribe-portlet",
        "com.liferay.portlet.display-category=category.hidden",

From source file com.liferay.sync.admin.portlet.AdminPortlet.java

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

    @Override

From source file com.liferay.sync.web.internal.portlet.BaseSyncPortlet.java

/**
 * @author Shinn Lok
 */
public abstract class BaseSyncPortlet extends MVCPortlet {

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

From source file com.liferay.tasks.portlet.TasksPortlet.java

/**
 * @author Ryan Park
 */
public class TasksPortlet extends MVCPortlet {

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

From source file com.liferay.testoauth.portlet.TestOAuthPortlet.java

/**
 * @author Igor Beslic
 */
public class TestOAuthPortlet extends MVCPortlet {

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