diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-10-19 17:35:57 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2012-10-24 13:19:48 +0300 |
commit | 37a086c6895ca5ab8c9a437a84d97c7bd3f5376b (patch) | |
tree | 87755fe09469aa4236b0aadc636ce9f22bd9cb27 /shared | |
parent | 0bbd4c528a22bfab211e46330d1019712adb658e (diff) | |
download | vaadin-framework-37a086c6895ca5ab8c9a437a84d97c7bd3f5376b.tar.gz vaadin-framework-37a086c6895ca5ab8c9a437a84d97c7bd3f5376b.zip |
Refactor GET parameter names to ApplicationConstants
Change-Id: Id599a6f02f41fa4d4828007cf46bdfa397d81180
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ApplicationConstants.java | 2 |
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"; |