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.wiki.web.internal.portlet.WikiDisplayPortlet.java

/**
 * @author Ivn Zaera
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-wiki",
        "com.liferay.portlet.display-category=category.wiki",
        "com.liferay.portlet.header-portlet-css=/wiki/css/main.css",

From source file com.liferay.wiki.web.internal.portlet.WikiPortlet.java

/**
 * @author Ivn Zaera
 */
@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-wiki", "com.liferay.portlet.display-category=category.wiki",

From source file com.liferay.wsrp.admin.portlet.AdminPortlet.java

/**
 * @author Brian Wing Shun Chan
 */
public class AdminPortlet extends MVCPortlet {

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

From source file com.liferay.xsl.content.web.internal.portlet.XSLContentPortlet.java

/**
 * @author Raymond Aug
 */
@Component(configurationPid = "com.liferay.xsl.content.web.configuration.XSLContentConfiguration", immediate = true, property = {
        "com.liferay.portlet.css-class-wrapper=portlet-xsl-content",
        "com.liferay.portlet.display-category=category.cms", "com.liferay.portlet.instanceable=true",

From source file com.prodyna.liferay.devcon.hystrix.demo.portlet.HystrixDemoPortlet.java

/**
 * Portlet for demonstraing Hystrix.
 * 
 * @author Florian Assmus, PRDOYNA AG.
 *
 */

From source file com.slemarchand.quick.sign.up.web.portlet.QuickSignUpPortlet.java

/**
 * @author Sebastien Le Marchand
 */
@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.css-class-wrapper=portlet-quick-sign-up",
        "com.liferay.portlet.display-category=category.tools", "com.liferay.portlet.icon=/icon.png",

From source file it.cmcc.indigo.dataanalytics.map.portlet.MapPortlet.java

/**
 * Main portlet for the Map visualization.
 */
@Component(immediate = true, property = { "com.liferay.portlet.display-category=Data Analytics",
        "com.liferay.portlet.instanceable=true", "javax.portlet.name=varmap",
        "javax.portlet.display-name=Variance Map", "javax.portlet.init-param.template-path=/",

From source file it.cmcc.indigo.dataanalytics.monitoring.portlet.MonitoringPortlet.java

/**
 * Main class for the Future Gateway tasks monitoring.
 */
@Component(immediate = true, property = { "com.liferay.portlet.display-category=Data Analytics",
        "com.liferay.portlet.instanceable=true", "javax.portlet.name=monitoring",
        "javax.portlet.display-name=Experiments monitoring", "javax.portlet.init-param.template-path=/",

From source file it.cmcc.indigo.dataanalytics.multimodel.portlet.MultiModelPortlet.java

/**
 * Main class for the multi-model analysis submission.
 */
@Component(immediate = true, property = { "com.liferay.portlet.display-category=Data Analytics",
        "com.liferay.portlet.instanceable=true", "javax.portlet.display-name=Multi Model Analysis Submission",
        "javax.portlet.init-param.template-path=/", "javax.portlet.init-param.view-template=/view.jsp",

From source file it.infn.ct.indigo.futuregateway.portlet.FutureGatewayAdminPortlet.java

/**
 * Main portlet for the Future Gateway (FG) administration.
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=" + "futuregateway_admin-portlet",
        "com.liferay.portlet.display-category=category.hidden",
        "com.liferay.portlet.header-portlet-css=/css/main.css", "com.liferay.portlet.layout-cacheable=true",