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.invitation.invite.members.web.internal.portlet.InviteMembersPortlet.java

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

From source file com.liferay.ip.geocoder.portlet.IPGeocoderPortlet.java

/**
 * @author Julio Camarero
 */
public class IPGeocoderPortlet extends MVCPortlet {

    @Override

From source file com.liferay.ip.geocoder.sample.web.internal.portlet.IPGeocoderSamplePortlet.java

/**
 * @author Julio Camarero
 * @author Andrea Di Giorgi
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-ip-geocoder-sample",
        "com.liferay.portlet.display-category=category.tools", "javax.portlet.display-name=IP Geocoder Sample",

From source file com.liferay.item.selector.web.internal.portlet.ItemSelectorPortlet.java

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

From source file com.liferay.journal.content.search.web.internal.portlet.JournalContentSearchPortlet.java

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

From source file com.liferay.journal.content.web.internal.portlet.JournalContentPortlet.java

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

From source file com.liferay.journal.web.internal.portlet.JournalPortlet.java

/**
 * @author Eduardo Garcia
 */
@Component(configurationPid = "com.liferay.journal.web.configuration.JournalWebConfiguration", configurationPolicy = ConfigurationPolicy.OPTIONAL, immediate = true, property = {
        "com.liferay.portlet.add-default-resource=true", "com.liferay.portlet.css-class-wrapper=portlet-journal",
        "com.liferay.portlet.display-category=category.hidden",

From source file com.liferay.knowledgebase.portlet.BaseKBPortlet.java

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

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

From source file com.liferay.layout.admin.web.internal.portlet.GroupPagesPortlet.java

/**
 * @author Jorge Ferrer
 */
@Component(configurationPid = "com.liferay.layout.admin.web.configuration.LayoutAdminWebConfiguration", immediate = true, property = {
        "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-layouts-admin",

From source file com.liferay.layout.prototype.web.internal.portlet.LayoutPrototypePortlet.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-users-admin",
        "com.liferay.portlet.display-category=category.hidden",
        "com.liferay.portlet.icon=/icons/layout_prototypes.png",