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.docs.guestbook.portlet.GuestbookAdminMVCPortlet.java

/**
 * @author liferay
 */
@Component(immediate = true, property = { "com.liferay.portlet.display-category=category.hidden",
        "com.liferay.portlet.scopeable=true", "javax.portlet.display-name=Guestbooks",
        "javax.portlet.expiration-cache=0", "javax.portlet.init-param.portlet-title-based-navigation=true",

From source file com.liferay.docs.guestbook.portlet.GuestbookMVCPortlet.java

/**
 * @author liferay
 */
@Component(immediate = true, property = { "com.liferay.portlet.display-category=category.social",
        "com.liferay.portlet.instanceable=false", "com.liferay.portlet.scopeable=true",
        "javax.portlet.display-name=Guestbook", "javax.portlet.expiration-cache=0",

From source file com.liferay.document.library.web.internal.portlet.DLAdminPortlet.java

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

From source file com.liferay.document.library.web.internal.portlet.DLPortlet.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.autopropagated-parameters=showMountFolder",

From source file com.liferay.document.library.web.internal.portlet.IGDisplayPortlet.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-image-gallery-display",

From source file com.liferay.dynamic.data.lists.form.web.internal.portlet.DDLFormAdminPortlet.java

/**
 * @author Bruno Basto
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-forms-admin",
        "com.liferay.portlet.display-category=category.hidden",
        "com.liferay.portlet.header-portlet-css=/admin/css/main.css",

From source file com.liferay.dynamic.data.lists.form.web.internal.portlet.DDLFormBrowserPortlet.java

/**
 * @author Jrgen Kappler
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.use-default-template=true",
        "javax.portlet.expiration-cache=0", "javax.portlet.init-param.template-path=/",

From source file com.liferay.dynamic.data.lists.form.web.internal.portlet.DDLFormPortlet.java

/**
 * @author Marcellus Tavares
 */
@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-forms-display",

From source file com.liferay.dynamic.data.lists.web.internal.portlet.DDLDisplayPortlet.java

/**
 * @author Marcellus Tavares
 */
@Component(configurationPid = "com.liferay.dynamic.data.lists.web.configuration.DDLWebConfiguration", configurationPolicy = ConfigurationPolicy.OPTIONAL, immediate = true, property = {
        "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-dynamic-data-lists-display",

From source file com.liferay.dynamic.data.lists.web.internal.portlet.DDLPortlet.java

/**
 * @author Marcellus Tavares
 */
@Component(configurationPid = "com.liferay.dynamic.data.lists.web.configuration.DDLWebConfiguration", configurationPolicy = ConfigurationPolicy.OPTIONAL, immediate = true, property = {
        "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-dynamic-data-lists",