/** * 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.content.targeting.portlet; /** * @author Julio Camarero */ public class ContentTargetingPath { public static final String ADD_ASSET_REDIRECT = "html/add_asset_redirect.ftl"; public static final String EDIT_CAMPAIGN = "html/content_targeting/edit_campaign.ftl"; public static final String EDIT_USER_SEGMENT = "html/content_targeting/edit_user_segment.ftl"; public static final String ERROR = "html/error.ftl"; public static final String VIEW = "html/content_targeting/view.ftl"; public static final String VIEW_CAMPAIGNS_RESOURCES = "html/content_targeting/view_campaigns_resources.ftl"; public static final String VIEW_REPORT = "html/content_targeting/view_report.ftl"; public static final String VIEW_REPORTS = "html/content_targeting/view_reports.ftl"; public static final String VIEW_USER_SEGMENTS_RESOURCES = "html/content_targeting/view_user_segments_resources.ftl"; public static final String WARNING_RESTART = "html/warning_restart.ftl"; }