/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ package com.liferay.social.networking.constants; /** * @author Brian Wing Shun Chan */ public class SocialNetworkingPortletKeys { public static final String FRIENDS = "com_liferay_social_networking_web_friends_portlet_FriendsPortlet"; public static final String FRIENDS_ACTIVITIES = "com_liferay_social_networking_web_friendsactivities_portlet_" + "FriendsActivitiesPortlet"; public static final String MAP = "com_liferay_social_networking_web_map_portlet_MapPortlet"; public static final String MEETUPS = "com_liferay_social_networking_web_meetups_portlet_MeetupsPortlet"; public static final String MEMBERS = "com_liferay_social_networking_web_members_portlet_MembersPortlet"; public static final String MEMBERS_ACTIVITIES = "com_liferay_social_networking_web_membersactivities_portlet_" + "MembersActivitiesPortlet"; public static final String SUMMARY = "com_liferay_social_networking_web_summary_portlet_SummaryPortlet"; public static final String WALL = "com_liferay_social_networking_web_wall_portlet_WallPortlet"; }