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.my.account.web.internal.portlet.MyAccountPortlet.java

/**
 * @author Pei-Jung Lan
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-users-admin",
        "com.liferay.portlet.display-category=category.tools", "com.liferay.portlet.icon=/icons/my_account.png",

From source file com.liferay.mysubscriptions.portlet.MySubscriptionsPortlet.java

/**
 * @author Peter Shin
 * @author Jonathan Lee
 */
public class MySubscriptionsPortlet extends MVCPortlet {

From source file com.liferay.nested.portlets.web.internal.portlet.NestedPortletsPortlet.java

/**
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-nested-portlets",
        "com.liferay.portlet.display-category=category.cms", "com.liferay.portlet.instanceable=true",
        "com.liferay.portlet.layout-cacheable=true", "com.liferay.portlet.preferences-owned-by-group=true",

From source file com.liferay.notifications.notifications.portlet.NotificationsPortlet.java

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

    public void deleteUserNotificationEvent(ActionRequest actionRequest, ActionResponse actionResponse)

From source file com.liferay.notifications.web.internal.portlet.NotificationsPortlet.java

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

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

/**
 * @author Michael Young
 * @author Dennis Ju
 */
public class AdminPortlet extends MVCPortlet {

From source file com.liferay.opensocial.gadget.portlet.BaseGadgetPortlet.java

/**
 * @author Michael Young
 */
public abstract class BaseGadgetPortlet extends MVCPortlet {

    public static final String PORTLET_NAME_PREFIX = "OPENSOCIAL_";

From source file com.liferay.osb.scv.user.mapper.web.internal.portlet.UserMapperPortlet.java

/**
 * @author Shinn Lok
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-user-mapper",
        "com.liferay.portlet.display-category=category.tools",
        "com.liferay.portlet.header-portlet-css=/css/main.css",

From source file com.liferay.owxp.subscribe.portlet.OWXPSubscribePortlet.java

@Component(immediate = true, property = { "com.liferay.portlet.display-category=category.social",
        "com.liferay.portlet.instanceable=true", "javax.portlet.display-name=GROW subscriber",
        "javax.portlet.init-param.template-path=/", "javax.portlet.init-param.view-template=/view.jsp",
        "javax.portlet.name=" + OWXPSubscribePortletKeys.OWXP_SUBSCRIBE,
        "javax.portlet.resource-bundle=content.Language",
        "javax.portlet.security-role-ref=power-user,user" }, service = Portlet.class)

From source file com.liferay.password.policies.admin.web.internal.portlet.PasswordPoliciesAdminPortlet.java

/**
 * @author Brian Wing Shun Chan
 * @author Scott Lee
 * @author Drew Brokke
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-users-admin",