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.product.navigation.user.personal.bar.web.internal.portlet.ProductNavigationUserPersonalBarPortlet.java

/**
 * @author Eudaldo Alonso
 */
@Component(property = { "com.liferay.portlet.css-class-wrapper=portlet-user-personal-bar",
        "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.layout-cacheable=true",
        "com.liferay.portlet.preferences-owned-by-group=true",

From source file com.liferay.projects.dashboard.web.internal.portlet.ProjectsDashboardPortlet.java

/**
 * @author Ryan Park
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=projects-dashboard-portlet",
        "com.liferay.portlet.display-category=category.collaboration",

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

/**
 * @author Raymond Aug
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-quick-note",
        "com.liferay.portlet.display-category=category.tools",

From source file com.liferay.randombibleverse.portlet.RBVPortlet.java

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

    @Override

From source file com.liferay.ratings.page.ratings.web.internal.portlet.PageRatingsPortlet.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-page-ratings",
        "com.liferay.portlet.display-category=category.community",
        "com.liferay.portlet.icon=/icons/page_ratings.png", "com.liferay.portlet.preferences-owned-by-group=true",

From source file com.liferay.recent.documents.web.internal.portlet.RecentDocumentsPortlet.java

/**
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-recent-documents",
        "com.liferay.portlet.display-category=category.cms", "com.liferay.portlet.icon=/icons/recent_documents.png",
        "com.liferay.portlet.private-request-attributes=false",

From source file com.liferay.roles.admin.web.internal.portlet.RolesAdminPortlet.java

/**
 * @author Brian Wing Shun Chan
 * @author Jorge Ferrer
 * @author Connor McKay
 * @author Drew Brokke
 */

From source file com.liferay.roles.selector.web.internal.portlet.RolesSelectorPortlet.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-roles-selector",
        "com.liferay.portlet.private-request-attributes=false",

From source file com.liferay.rss.web.internal.portlet.RSSPortlet.java

/**
 * @author Eudaldo Alonso
 */
@Component(configurationPid = "com.liferay.rss.web.internal.configuration.RSSWebCacheConfiguration", configurationPolicy = ConfigurationPolicy.OPTIONAL, immediate = true, property = {
        "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.application-type=full-page-application", "com.liferay.portlet.application-type=widget",

From source file com.liferay.salesforce.portlet.SalesforceContactsPortlet.java

@Component(immediate = true, property = {
        /* This property is one of two that must be included in each MVC command component;
         * it links a particular portlet URL/command combination to the correct portlet.
         */
        "javax.portlet.name=" + SalesforcePortletKeys.CONTACTS_PORTLET_NAME,