From: Matti Tahvonen Date: Fri, 16 May 2008 12:45:41 +0000 (+0000) Subject: fixes #1187, added some documentation to applications handleUri X-Git-Tag: 6.7.0.beta1~4754 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9ba50a50105f88b9af25c93c9534235ccae313ef;p=vaadin-framework.git fixes #1187, added some documentation to applications handleUri svn changeset:4528/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/Application.java b/src/com/itmill/toolkit/Application.java index 46a67df6df..d09500a6a2 100644 --- a/src/com/itmill/toolkit/Application.java +++ b/src/com/itmill/toolkit/Application.java @@ -627,7 +627,13 @@ public abstract class Application implements URIHandler, Terminal.ErrorListener } } - /* + /** + * This method gets called by terminal. It has lots of duties like to pass + * uri handler to proper uri handlers registered to windows etc. + * + * In most situations developers should NOT OVERRIDE this method. Instead + * developers should implement and register uri handlers to windows. + * * @see com.itmill.toolkit.terminal.URIHandler#handleURI(URL, String) */ public DownloadStream handleURI(URL context, String relativeUri) {