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.site.navigation.breadcrumb.web.internal.portlet.SiteNavigationBreadcrumbPortlet.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-breadcrumb",
        "com.liferay.portlet.display-category=category.cms", "com.liferay.portlet.icon=/icons/breadcrumb.png",

From source file com.liferay.site.navigation.directory.web.internal.portlet.SitesDirectoryPortlet.java

/**
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true;",
        "com.liferay.portlet.css-class-wrapper=portlet-sites-directory",
        "com.liferay.portlet.display-category=category.cms", "com.liferay.portlet.icon=/icons/navigation.png",

From source file com.liferay.site.navigation.language.web.internal.portlet.SiteNavigationLanguagePortlet.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-language",
        "com.liferay.portlet.display-category=category.tools", "com.liferay.portlet.icon=/icons/language.png",

From source file com.liferay.site.navigation.menu.web.internal.portlet.SiteNavigationMenuPortlet.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-navigation",
        "com.liferay.portlet.display-category=category.cms",

From source file com.liferay.site.navigation.site.map.web.internal.portlet.SiteNavigationSiteMapPortlet.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-site-map",
        "com.liferay.portlet.display-category=category.cms", "com.liferay.portlet.icon=/icons/site_map.png",

From source file com.liferay.site.teams.web.internal.portlet.SiteTeamsPortlet.java

/**
 * @author Brian Wing Shun Chan
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-communities",
        "com.liferay.portlet.icon=/icons/site_teams.png", "com.liferay.portlet.preferences-owned-by-group=true",

From source file com.liferay.so.activities.portlet.ActivitiesPortlet.java

/**
 * @author Matthew Kong
 */
public class ActivitiesPortlet extends MVCPortlet {

    public void getMBComments(SocialActivitySet activitySet, ResourceRequest resourceRequest,

From source file com.liferay.so.announcements.portlet.AnnouncementsPortlet.java

/**
 * @author Raymond Aug
 * @author Evan Thibodeau
 */
public class AnnouncementsPortlet extends MVCPortlet {

From source file com.liferay.so.configurations.portlet.ConfigurationsPortlet.java

/**
 * @author Jonathan Lee
 * @author Evan Thibodeau
 */
public class ConfigurationsPortlet extends MVCPortlet {

From source file com.liferay.so.invitemembers.portlet.InviteMembersPortlet.java

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

    public void getAvailableUsers(ResourceRequest resourceRequest, ResourceResponse resourceResponse)