Interface URIHandler

Interface implemented by all the classes capable of handling URI:s.

URI handlers can provide DownloadStream for transferring data for client.

Synopsis

Since

3.0

Inheritance Path.  com.itmill.toolkit.terminal.URIHandler

handleURI(URL, String)

Handle uri. Handle the given relative URI. If the URI handling wants to emit a downloadable stream it can return download stream object. If no emitting stream is necessary, null should be returned instead.