summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-18 15:49:18 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-18 17:00:39 +0300
commit25b1dd3c3257e59a6a5ac9554d2a5ad8ea707f6a (patch)
treed46a2c9634f149ca2e66181b5ba21f1bde28aa2c /shared
parent83a0a0c124e22fdd832f367d79e7d8a0f5605084 (diff)
downloadvaadin-framework-25b1dd3c3257e59a6a5ac9554d2a5ad8ea707f6a.tar.gz
vaadin-framework-25b1dd3c3257e59a6a5ac9554d2a5ad8ea707f6a.zip
Replace onVaadinSessionStarted with a listener (#9635)
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ApplicationConstants.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java
index 0bacd2d256..2c0c0c4af0 100644
--- a/shared/src/com/vaadin/shared/ApplicationConstants.java
+++ b/shared/src/com/vaadin/shared/ApplicationConstants.java
@@ -45,4 +45,11 @@ public class ApplicationConstants {
@Deprecated
public static final String DRAG_AND_DROP_CONNECTOR_ID = "DD";
+
+ /**
+ * URL parameter used in UIDL requests to indicate that the full server-side
+ * state should be returned to the client, i.e. without any incremental
+ * changes.
+ */
+ public static final String URL_PARAMETER_REPAINT_ALL = "repaintAll";
}