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.blogs.recent.bloggers.web.internal.portlet.RecentBloggersPortlet.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-recent-bloggers",
        "com.liferay.portlet.display-category=category.collaboration",
        "com.liferay.portlet.icon=/icons/recent_bloggers.png",

From source file com.liferay.blogs.web.internal.portlet.BaseBlogsPortlet.java

/**
 * @author Adolfo Prez
 */
public abstract class BaseBlogsPortlet extends MVCPortlet {

    @Override

From source file com.liferay.blogs.web.internal.portlet.BlogsAdminPortlet.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-blogs",
        "com.liferay.portlet.display-category=category.hidden",
        "com.liferay.portlet.header-portlet-css=/blogs/css/main.css",

From source file com.liferay.blogs.web.internal.portlet.BlogsAggregatorPortlet.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-blogs",
        "com.liferay.portlet.display-category=category.collaboration",
        "com.liferay.portlet.header-portlet-css=/blogs/css/main.css",

From source file com.liferay.blogs.web.internal.portlet.BlogsPortlet.java

/**
 * @author Sergio Gonzlez
 */
@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-blogs",

From source file com.liferay.bookmarks.web.internal.portlet.BookmarksAdminPortlet.java

/**
 * @author Ivn Zaera
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-bookmarks",
        "com.liferay.portlet.display-category=category.hidden",
        "com.liferay.portlet.icon=/bookmarks/icons/bookmarks.png",

From source file com.liferay.bookmarks.web.internal.portlet.BookmarksPortlet.java

/**
 * @author Ivn Zaera
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-bookmarks",
        "com.liferay.portlet.display-category=category.community",

From source file com.liferay.calendar.portlet.CalendarPortlet.java

/**
 * @author Eduardo Lundgren
 * @author Fabio Pezzutto
 * @author Andrea Di Giorgi
 * @author Marcellus Tavares
 * @author Bruno Basto

From source file com.liferay.calendar.web.internal.portlet.CalendarPortlet.java

/**
 * @author Eduardo Lundgren
 * @author Fabio Pezzutto
 * @author Andrea Di Giorgi
 * @author Marcellus Tavares
 * @author Bruno Basto

From source file com.liferay.comment.page.comments.web.internal.portlet.PageCommentsPortlet.java

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