summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-06-18 21:22:09 +0300
committerArtur Signell <artur@vaadin.com>2013-06-18 21:41:57 +0300
commit3affc37a8ed778d47204c81a428ea56e6c2ac49c (patch)
treea848c8e882a24fe5d7028e2883d606e77ab273cb /shared
parentb637ab5945ef0340ce33dda7703e67181c879e4c (diff)
downloadvaadin-framework-3affc37a8ed778d47204c81a428ea56e6c2ac49c.tar.gz
vaadin-framework-3affc37a8ed778d47204c81a428ea56e6c2ac49c.zip
Enable using @Stylesheet with vaadin:// (#9934)
Change-Id: I895fad31ef5b31a395cea95e64d6b183d718056f
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ApplicationConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java
index 15b81cd9a4..d7de435735 100644
--- a/shared/src/com/vaadin/shared/ApplicationConstants.java
+++ b/shared/src/com/vaadin/shared/ApplicationConstants.java
@@ -34,6 +34,7 @@ public class ApplicationConstants implements Serializable {
+ "PUBLISHED";
public static final String APP_PROTOCOL_PREFIX = "app://";
+ public static final String VAADIN_PROTOCOL_PREFIX = "vaadin://";
public static final String PUBLISHED_PROTOCOL_NAME = "published";
public static final String PUBLISHED_PROTOCOL_PREFIX = PUBLISHED_PROTOCOL_NAME
+ "://";