From c14334f284c7e7c344b2983726b9242e3ef8562e Mon Sep 17 00:00:00 2001 From: Henrik Paul Date: Mon, 2 Sep 2013 16:48:15 +0300 Subject: Rewrite client request into JSON (#9269, #11257) Change-Id: I0001d54f890ad8e5787d1f6c076d1f1d75dd32d2 --- shared/src/com/vaadin/shared/ApplicationConstants.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'shared') diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java index d7de435735..1dff1e19cc 100644 --- a/shared/src/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/com/vaadin/shared/ApplicationConstants.java @@ -82,4 +82,18 @@ public class ApplicationConstants implements Serializable { * Name of the parameter used to transmit the CSRF token. */ public static final String CSRF_TOKEN_PARAMETER = "v-csrfToken"; + + /** + * The name of the parameter used to transmit RPC invocations + * + * @since 7.2 + */ + public static final String RPC_INVOCATIONS = "rpc"; + + /** + * The name of the parameter used to transmit the CSRF token + * + * @since 7.2 + */ + public static final String CSRF_TOKEN = "csrfToken"; } -- cgit v1.2.3