summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorFabian Lange <lange.fabian@gmail.com>2014-07-23 22:20:43 +0200
committerVaadin Code Review <review@vaadin.com>2014-08-05 06:52:32 +0000
commit7b9cea29ff116fe4a7440b3de1b2cdbf2e57710a (patch)
treecacca1f616906328c9553181d11676c93998f3c6 /shared
parent295f116b91789bc0ff5422e54f2df4e59eb53294 (diff)
downloadvaadin-framework-7b9cea29ff116fe4a7440b3de1b2cdbf2e57710a.tar.gz
vaadin-framework-7b9cea29ff116fe4a7440b3de1b2cdbf2e57710a.zip
Adding a constant for vaadinBootstrap.js (#14284)
If for any reason a developer wants to parse the bootstrap html, this constants allows easy identification of the bootstrap js. Change-Id: I894cf6e22a7e6d9154c3c9124dda911a86a99475
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ApplicationConstants.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java
index 15eefe3b21..44c972462a 100644
--- a/shared/src/com/vaadin/shared/ApplicationConstants.java
+++ b/shared/src/com/vaadin/shared/ApplicationConstants.java
@@ -78,6 +78,14 @@ public class ApplicationConstants implements Serializable {
public static final String VAADIN_DIR_URL = "vaadinDir";
/**
+ * The name of the javascript containing the bootstrap code. The file is
+ * located in the VAADIN directory.
+ *
+ * @since 7.3
+ */
+ public static final String VAADIN_BOOTSTRAP_JS = "vaadinBootstrap.js";
+
+ /**
* The name of the javascript containing push support. The file is located
* in the VAADIN directory.
*/