From: Matti Tahvonen Date: Thu, 7 Apr 2011 13:30:00 +0000 (+0000) Subject: merged #6772 related changes to 6.6 X-Git-Tag: 6.7.0.beta1~358 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a32ac8c079fd00201357238bd34da7a31d4509f2;p=vaadin-framework.git merged #6772 related changes to 6.6 svn changeset:18161/svn branch:6.6 --- diff --git a/src/com/vaadin/terminal/PaintTarget.java b/src/com/vaadin/terminal/PaintTarget.java index a81c637de2..d118562588 100644 --- a/src/com/vaadin/terminal/PaintTarget.java +++ b/src/com/vaadin/terminal/PaintTarget.java @@ -8,6 +8,7 @@ import java.io.Serializable; import java.util.Map; import com.vaadin.terminal.StreamVariable.StreamingStartEvent; +import com.vaadin.terminal.gwt.client.ApplicationConnection; /** * This interface defines the methods for painting XML to the UIDL stream. @@ -158,6 +159,10 @@ public interface PaintTarget extends Serializable { * terminals Receivers are typically rendered for the client side as URLs, * where the client side implementation can do an http post request. *

+ * The urls in UIDL message may use Vaadin specific protocol. Before + * actually using the urls on the client side, they should be passed via + * {@link ApplicationConnection#translateVaadinUri(String)}. + *

* Note that in current terminal implementation StreamVariables are cleaned * from the terminal only when: *