List of usage examples for com.liferay.portal.kernel.portlet.bridges.mvc MVCPortlet subclass-usage
From source file com.liferay.so.sites.portlet.SitesPortlet.java
/** * @author Ryan Park * @author Jonathan Lee * @author Evan Thibodeau */ public class SitesPortlet extends MVCPortlet {
From source file com.liferay.social.activities.web.internal.portlet.SocialActivitiesPortlet.java
/** * @author Raymond Aug * @author Peter Fellwock */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-activities", "com.liferay.portlet.display-category=category.social",
From source file com.liferay.social.activity.web.internal.portlet.SocialActivityPortlet.java
/** * @author Roberto Daz */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-social-activity", "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.header-portlet-css=/css/main.css",
From source file com.liferay.social.group.statistics.web.internal.portlet.SocialGroupStatisticsPortlet.java
/** * @author Ivn Zaera */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-group-statistics", "com.liferay.portlet.display-category=category.social", "com.liferay.portlet.header-portlet-css=/css/main.css",
From source file com.liferay.social.requests.web.internal.portlet.SocialRequestsPortlet.java
/** * @author Adolfo Prez */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-activities", "com.liferay.portlet.display-category=category.social", "com.liferay.portlet.private-request-attributes=false",
From source file com.liferay.social.user.statistics.web.internal.portlet.SocialUserStatisticsPortlet.java
/** * @author Ivn Zaera */ @Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-user-statistics", "com.liferay.portlet.display-category=category.social", "com.liferay.portlet.header-portlet-css=/css/main.css",
From source file com.liferay.socialcoding.jira.portlet.JIRAPortlet.java
/** * @author Brian Wing Shun Chan */ public class JIRAPortlet extends MVCPortlet { public void updateJira(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
From source file com.liferay.socialcoding.svn.portlet.SVNPortlet.java
/** * @author Eduardo Garcia */ public class SVNPortlet extends MVCPortlet { @Override
From source file com.liferay.socialnetworking.meetups.portlet.MeetupsPortlet.java
/** * @author Brian Wing Shun Chan */ public class MeetupsPortlet extends MVCPortlet { public void deleteMeetupsEntry(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
From source file com.liferay.socialnetworking.summary.portlet.SummaryPortlet.java
/** * @author Brian Wing Shun Chan */ public class SummaryPortlet extends MVCPortlet { public void addFriend(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {