3637383940414243444546474849
if (url.startsWith("/")) { Location loc = WindowUtils.getLocation(); url = "http://" + loc.getHost() + url; } GwtClient client = new GwtClient(url); initHandlers(client); if (consoleArea != null) { consoleArea.add(client.getConsole()); } } } }