From 7b9cea29ff116fe4a7440b3de1b2cdbf2e57710a Mon Sep 17 00:00:00 2001 From: Fabian Lange Date: Wed, 23 Jul 2014 22:20:43 +0200 Subject: 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 --- shared/src/com/vaadin/shared/ApplicationConstants.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shared') 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 @@ -77,6 +77,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. -- cgit v1.2.3