List of usage examples for com.liferay.portal.kernel.portlet.bridges.mvc MVCPortlet subclass-usage
From source file com.liferay.testpacl.portlet.TestPACLPortlet.java
/** * @author Brian Wing Shun Chan */ public class TestPACLPortlet extends MVCPortlet { public TestPACLPortlet() {
From source file com.liferay.testruntimeaction.portlet.TestRuntimeActionPortlet.java
/** * @author Juan Gonzalez */ public class TestRuntimeActionPortlet extends MVCPortlet { public void customAction(ActionRequest actionRequest, ActionResponse actionResponse)
From source file com.liferay.trash.web.internal.portlet.TrashPortlet.java
/**
* Provides the Recycle Bin implementation of the <code>Portlet</code> interface
* (in <code>javax.portlet</code>). If the Recycle Bin is enabled, this portlet
* moves assets into the Recycle Bin instead of deleting them directly. The site
* administrator is able to browse the list of removed asset entries, restore
* selected entries, and empty the Recycle Bin.
From source file com.liferay.user.groups.admin.web.internal.portlet.UserGroupsAdminPortlet.java
/** * @author Charles May * @author Drew Brokke */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-users-admin", "com.liferay.portlet.display-category=category.hidden",
From source file com.liferay.users.admin.web.internal.portlet.MyAccountPortlet.java
/** * @author Pei-Jung Lan */ @Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true", "com.liferay.portlet.css-class-wrapper=portlet-users-admin", "com.liferay.portlet.display-category=category.tools", "com.liferay.portlet.icon=/icons/my_account.png",
From source file com.liferay.users.admin.web.internal.portlet.UsersAdminPortlet.java
/** * @author Pei-Jung Lan */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-users-admin", "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.header-portlet-css=/css/main.css", "com.liferay.portlet.icon=/icons/users_admin.png",
From source file com.liferay.webform.portlet.WebFormPortlet.java
/**
* @author Daniel Weisser
* @author Jorge Ferrer
* @author Alberto Montero
* @author Julio Camarero
* @author Brian Wing Shun Chan
From source file com.liferay.wiki.navigation.web.internal.portlet.WikiNavigationPageMenuPortlet.java
/** * @author Sergio Gonzlez */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=wiki-navigation-portlet-page-menu", "com.liferay.portlet.display-category=category.wiki", "com.liferay.portlet.header-portlet-css=/page_menu/css/main.css",
From source file com.liferay.wiki.navigation.web.internal.portlet.WikiNavigationTreeMenuPortlet.java
/** * @author Sergio Gonzlez */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=wiki-navigation-portlet-tree-menu", "com.liferay.portlet.display-category=category.wiki", "com.liferay.portlet.icon=/tree_menu/icons/tree_menu.png", "com.liferay.portlet.instanceable=true",
From source file com.liferay.wiki.web.internal.portlet.WikiAdminPortlet.java
/** * @author Ivn Zaera */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-wiki", "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.header-portlet-css=/wiki/css/main.css",