com.liferay.journal.web.internal.constants.JournalWebConstants Maven / Gradle / Ivy
/**
* 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.journal.web.internal.constants;
/**
* @author Eudaldo Alonso
*/
public class JournalWebConstants {
public static final String AVAILABLE_SOURCE_LANGUAGE_IDS =
"AVAILABLE_SOURCE_LANGUAGE_IDS";
public static final String AVAILABLE_TARGET_LANGUAGE_IDS =
"AVAILABLE_TARGET_LANGUAGE_IDS";
public static final String FORM_NAVIGATOR_ID_JOURNAL_DDM_STRUCTURE =
"journal.ddm.structure.form";
public static final String FORM_NAVIGATOR_ID_JOURNAL_DDM_TEMPLATE =
"journal.ddm.template.form";
public static final String
JOURNAL_ARTICLE_ITEM_SELECTOR_VIEW_DISPLAY_CONTEXT =
"JOURNAL_ARTICLE_ITEM_SELECTOR_VIEW_DISPLAY_CONTEXT";
public static final String
JOURNAL_DDM_TEMPLATE_ELEMENTS_DEFAULT_EVENT_HANDLER =
"JOURNAL_DDM_TEMPLATE_ELEMENTS_DEFAULT_EVENT_HANDLER";
public static final String JOURNAL_DISPLAY_CONTEXT =
"JOURNAL_DISPLAY_CONTEXT";
public static final String JOURNAL_ELEMENTS_DEFAULT_EVENT_HANDLER =
"JOURNAL_ELEMENTS_DEFAULT_EVENT_HANDLER";
public static final String
JOURNAL_INFO_PANEL_ELEMENTS_DEFAULT_EVENT_HANDLER =
"JOURNAL_INFO_PANEL_ELEMENTS_DEFAULT_EVENT_HANDLER";
public static final String SOURCE_INFO_ITEM_FIELD_VALUES =
"SOURCE_INFO_ITEM_FIELD_VALUES";
public static final String SOURCE_LANGUAGE_ID = "SOURCE_LANGUAGE_ID";
public static final String TARGET_INFO_ITEM_FIELD_VALUES =
"TARGET_INFO_ITEM_FIELD_VALUES";
public static final String TARGET_LANGUAGE_ID = "TARGET_LANGUAGE_ID";
}