From 6d4582eea9e19518c7341ec65357b1d04a1a37c6 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 4 Jun 2013 23:13:29 +0300 Subject: Change analyze layouts to use RPC (#11536) Change-Id: I80d39e4ce4e0576b98ad095efce03740291d3de5 --- shared/src/com/vaadin/shared/ApplicationConstants.java | 2 -- shared/src/com/vaadin/shared/ui/ui/DebugWindowServerRpc.java | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'shared/src/com/vaadin') diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java index 6124b71d34..e51139dac7 100644 --- a/shared/src/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/com/vaadin/shared/ApplicationConstants.java @@ -39,8 +39,6 @@ public class ApplicationConstants implements Serializable { + "://"; public static final String UIDL_SECURITY_TOKEN_ID = "Vaadin-Security-Key"; - public static final String PARAM_ANALYZE_LAYOUTS = "analyzeLayouts"; - @Deprecated public static final String UPDATE_VARIABLE_INTERFACE = "v"; @Deprecated diff --git a/shared/src/com/vaadin/shared/ui/ui/DebugWindowServerRpc.java b/shared/src/com/vaadin/shared/ui/ui/DebugWindowServerRpc.java index ec8bc45b81..76e7d23379 100644 --- a/shared/src/com/vaadin/shared/ui/ui/DebugWindowServerRpc.java +++ b/shared/src/com/vaadin/shared/ui/ui/DebugWindowServerRpc.java @@ -40,4 +40,11 @@ public interface DebugWindowServerRpc extends ServerRpc { **/ public void showServerDebugInfo(Connector connector); + /** + * Invokes the layout analyzer on the server + * + * @since 7.1 + */ + public void analyzeLayouts(); + } -- cgit v1.2.3