List of usage examples for com.liferay.portal.kernel.portlet.bridges.mvc MVCPortlet subclass-usage
From source file com.liferay.layout.set.prototype.web.internal.portlet.LayoutSetPrototypePortlet.java
/** * @author Eudaldo Alonso */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-layout-set-prototype", "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.icon=/icons/layout_set_prototypes.png",
From source file com.liferay.lexicon.test.web.internal.portlet.LexiconTestPortlet.java
/** * @author Eudaldo Alonso */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-lexicon-test", "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.preferences-owned-by-group=false",
From source file com.liferay.license.manager.web.internal.portlet.LicenseManagerPortlet.java
/** * @author Peter Fellwock */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=license-manager", "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.preferences-owned-by-group=true",
From source file com.liferay.login.web.internal.portlet.FastLoginPortlet.java
/** * @author Peter Fellwock */ @Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true", "com.liferay.portlet.css-class-wrapper=portlet-login", "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.icon=/icons/login.png",
From source file com.liferay.login.web.internal.portlet.LoginPortlet.java
/** * @author Peter Fellwock */ @Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true", "com.liferay.portlet.css-class-wrapper=portlet-login", "com.liferay.portlet.display-category=category.tools", "com.liferay.portlet.icon=/icons/login.png",
From source file com.liferay.mail.portlet.MailPortlet.java
/** * @author Scott Lee */ public class MailPortlet extends MVCPortlet { @Override
From source file com.liferay.marketplace.app.manager.web.internal.portlet.MarketplaceAppManagerPortlet.java
/** * @author Ryan Park * @author Joan Kim */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=marketplace-app-manager-portlet", "com.liferay.portlet.display-category=category.hidden",
From source file com.liferay.marketplace.appmanager.portlet.AppManagerPortlet.java
/** * @author Ryan Park */ public class AppManagerPortlet extends MVCPortlet { public void installApp(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
From source file com.liferay.marketplace.store.portlet.StorePortlet.java
/** * @author Ryan Park */ public class StorePortlet extends MVCPortlet { public void downloadApp(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
From source file com.liferay.marketplace.store.web.internal.portlet.RemoteMVCPortlet.java
/**
* @author Ryan Park
* @author Joan Kim
* @author Douglas Wong
* @author Haote Chou
*/