summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ApplicationConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java
index 80b05d6021..a5eb109cb6 100644
--- a/shared/src/com/vaadin/shared/ApplicationConstants.java
+++ b/shared/src/com/vaadin/shared/ApplicationConstants.java
@@ -36,6 +36,8 @@ public class ApplicationConstants {
public static final String UIDL_SECURITY_TOKEN_ID = "Vaadin-Security-Key";
public static final String PARAM_UNLOADBURST = "onunloadburst";
+ public static final String PARAM_ANALYZE_LAYOUTS = "analyzeLayouts";
+ public static final String PARAM_HIGHLIGHT_CONNECTOR = "highlightConnector";
@Deprecated
public static final String UPDATE_VARIABLE_INTERFACE = "v";