summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-10-24 12:36:57 +0000
committerVaadin Code Review <review@vaadin.com>2012-10-24 12:36:57 +0000
commit84d1a4d033daf17fa2542c6ed1029ec3723a3f04 (patch)
tree84c7fb69ba4fdd2de5806773d69d0ce1f82c2e20 /shared
parent1622ae59a84d4cf44601b45f56346f45921a1bf9 (diff)
parent37a086c6895ca5ab8c9a437a84d97c7bd3f5376b (diff)
downloadvaadin-framework-84d1a4d033daf17fa2542c6ed1029ec3723a3f04.tar.gz
vaadin-framework-84d1a4d033daf17fa2542c6ed1029ec3723a3f04.zip
Merge "Refactor GET parameter names to ApplicationConstants"
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";