]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1187, added some documentation to applications handleUri
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 16 May 2008 12:45:41 +0000 (12:45 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 16 May 2008 12:45:41 +0000 (12:45 +0000)
svn changeset:4528/svn branch:trunk

src/com/itmill/toolkit/Application.java

index 46a67df6df785eaefbc273e203f676ab8438cec0..d09500a6a2c15ee7c6c6ccff11b49c10b1d1fea3 100644 (file)
@@ -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) {