summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/PaintTarget.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/terminal/PaintTarget.java')
-rw-r--r--src/com/vaadin/terminal/PaintTarget.java5
1 files changed, 5 insertions, 0 deletions
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.
* <p>
+ * 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)}.
+ * <p>
* Note that in current terminal implementation StreamVariables are cleaned
* from the terminal only when:
* <ul>