summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ApplicationConstants.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java
index 5f23a3dc38..6b0c8e7244 100644
--- a/shared/src/com/vaadin/shared/ApplicationConstants.java
+++ b/shared/src/com/vaadin/shared/ApplicationConstants.java
@@ -72,4 +72,10 @@ public class ApplicationConstants implements Serializable {
* </p>
*/
public static final String VAADIN_DIR_URL = "vaadinDir";
+
+ /**
+ * The name of the javascript containing push support. The file is located
+ * in the VAADIN directory.
+ */
+ public static final String VAADIN_PUSH_JS = "vaadinPush.js";
}