summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-widget-ms/widget-ms/src/main/java/org/onap/portalapp/widget/constant/WidgetConstant.java
blob: e4c519f9ac1a4466f3148d0c3e1272838bac0c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
package org.onap.portalapp.widget.constant;

public final class WidgetConstant {
	
	public static final String WIDGET_MARKUP_LOCATION = "markup/markup.html";
	public static final String WIDGET_CONTROLLER_LOCATION = "js/controller.js";
	public static final String WIDGET_STYLE_LOCATION = "styles/styles.css";
	public static final String VALIDATION_MESSAGE_ZIP = "Please upload a zip file"; 
	public static final String VALIDATION_MESSAGE_FILES = "Please check your files (should contains js, styles and markup folder)"; 
}