com.rivetlogic.event.util.WebKeys.java Source code

Java tutorial

Introduction

Here is the source code for com.rivetlogic.event.util.WebKeys.java

Source

/** 
 * Copyright (C) 2005-2014 Rivet Logic Corporation. 
 * 
 * This program is free software; you can redistribute it and/or 
 * modify it under the terms of the GNU General Public License 
 * as published by the Free Software Foundation; version 3 
 * of the License. 
 * 
 * This program 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 General Public License for more details. 
 * 
 * You should have received a copy of the GNU General Public License 
 * along with this program; if not, write to the Free Software 
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, 
 * Boston, MA 02110-1301, USA. 
 */

package com.rivetlogic.event.util;

public class WebKeys implements com.liferay.portal.kernel.util.WebKeys {

    public static final String EVENT_ENTRY = "event";

    public static final String PARTICIPANT_ENTRY = "participant";

    public static final String MVC_PATH = "mvcPath";

    public static final String REDIRECT = "redirect";

    public static final String EDIT_EVENT_PAGE = "/html/eventManagementPortlet/edit_event.jsp";

    public static final String PARTICIPANTS = "participants";

    public static final String PARTICIPANT_INDEXES = "participantIndexes";

    public static final String REPEATED_EMAILS = "repeatedEmails";

    public static final String INVALID_EMAILS = "invalidEmails";

    public static final String EVENT_MANAGEMENT_VIEW_PAGE = "/html/eventManagementPortlet/view.jsp";

    public static final String EVENT_MANAGEMENT_EDIT_PAGE = "/html/eventManagementPortlet/edit_event.jsp";

    public static final String EVENT_VIEW_PAGE = "/html/eventportlet/view_event.jsp";

    public static final String SELECTED_TAB = "selectedTab";

    public static final String PREF_BEAN = "prefBean";

    public static final String INVALID = "invalid";

    public static final String IS_GOING = "isGoing";

    public static final String EXPIRED_TOKEN = "expiredToken";

    public static final String ACTION_KEY_MANAGE_BOOKINGS = "MANAGE_BOOKINGS";

}