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.exportimport.web.internal.portlet.ExportPortlet.java

/**
 * @author Daniel Kocsis
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-export-import",
        "com.liferay.portlet.display-category=category.hidden",

From source file com.liferay.exportimport.web.internal.portlet.ImportPortlet.java

/**
 * @author Daniel Kocsis
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-export-import",
        "com.liferay.portlet.display-category=category.hidden",

From source file com.liferay.extension.portlet.portlet.SamplePortlet.java

/**
 * @author Marcellus Tavares
 */
@Component(immediate = true, property = { "com.liferay.portlet.display-category=category.sample",
        "com.liferay.portlet.instanceable=true", "javax.portlet.display-name=sample-portlet",
        "javax.portlet.init-param.template-path=/", "javax.portlet.init-param.view-template=/view.jsp",

From source file com.liferay.flags.web.internal.portlet.FlagsPortlet.java

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

From source file com.liferay.flags.web.internal.portlet.PageFlagsPortlet.java

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-page-flags",
        "com.liferay.portlet.display-category=category.community", "com.liferay.portlet.icon=/icons/page_flags.png",
        "com.liferay.portlet.private-request-attributes=false",

From source file com.liferay.geolocation.bulk.portlet.GeolocationBulkLoadPortlet.java

/**
 * @author Andr de Oliveira
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=" + "portlet-geolocation-bulk-load",
        "com.liferay.portlet.display-category=com.liferay.geolocation.bulk.category",

From source file com.liferay.grow.linkedpages.LinkedPagesPortlet.java

/**
 * @author Laszlo Hudak
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.instanceable=false",
        "com.liferay.portlet.private-request-attributes=false",

From source file com.liferay.hello.world.web.internal.portlet.HelloWorldPortlet.java

/**
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-hello-world",
        "com.liferay.portlet.display-category=category.sample", "com.liferay.portlet.icon=/icons/hello_world.png",
        "com.liferay.portlet.layout-cacheable=true", "com.liferay.portlet.preferences-owned-by-group=true",

From source file com.liferay.iframe.web.internal.portlet.IFramePortlet.java

/**
 * @author Brian Wing Shun Chan
 * @author Raymond Aug
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-iframe",

From source file com.liferay.image.uploader.web.internal.portlet.ImageUploaderPortlet.java

/**
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-image-uploader",
        "com.liferay.portlet.display-category=category.hidden",