org.millstone.base.terminal
Interface URIHandler

All Known Implementing Classes:
Application, Window

public interface URIHandler

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

URI handlers can provide DownloadStream for transferring data for client.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.

Method Summary
 DownloadStream handleURI(java.net.URL context, java.lang.String relativeUri)
          Handle uri.
 

Method Detail

handleURI

public DownloadStream handleURI(java.net.URL context,
                                java.lang.String relativeUri)
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.



Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.