com.liferay.segments.constants.SegmentsPortletKeys Maven / Gradle / Ivy
The newest version!
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
package com.liferay.segments.constants;
/**
* @author Eduardo García
*/
public class SegmentsPortletKeys {
public static final String SEGMENTS =
"com_liferay_segments_web_internal_portlet_SegmentsPortlet";
public static final String SEGMENTS_EXPERIMENT =
"com_liferay_segments_experiment_web_internal_portlet_" +
"SegmentsExperimentPortlet";
public static final String SEGMENTS_SIMULATION =
"com_liferay_segments_simulation_web_internal_portlet_" +
"SegmentsSimulationPortlet";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy