diff options
author | Artur Signell <artur@vaadin.com> | 2015-04-21 11:00:13 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2015-07-13 17:19:08 +0300 |
commit | 64411225cea6bf255fa6079a4ddf525979b79890 (patch) | |
tree | 629ad1d315f71637e83ddac1bb9e3b6261d783b6 /shared/src | |
parent | ba2efda9d3d8c923ac996f5371e0de43dc5b4e59 (diff) | |
download | vaadin-framework-64411225cea6bf255fa6079a4ddf525979b79890.tar.gz vaadin-framework-64411225cea6bf255fa6079a4ddf525979b79890.zip |
Send resynchronize and widgetset version in JSON (#11733)
Change-Id: I7c75801102e10595b923ceab3900a17e166b5c78
Diffstat (limited to 'shared/src')
-rw-r--r-- | shared/src/com/vaadin/shared/ApplicationConstants.java | 6 |
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 8613c9a1d2..55d2dae946 100644 --- a/shared/src/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/com/vaadin/shared/ApplicationConstants.java @@ -148,4 +148,10 @@ public class ApplicationConstants implements Serializable { */ public static final String RESYNCHRONIZE_ID = "resynchronize"; + /** + * The name of the parameter used for sending the widget set version to the + * server + */ + public static final String WIDGETSET_VERSION_ID = "wsver"; + } |