|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DownloadStream | |
---|---|
com.vaadin | The Vaadin base package. |
com.vaadin.terminal | |
com.vaadin.terminal.gwt.server | |
com.vaadin.ui |
Uses of DownloadStream in com.vaadin |
---|
Methods in com.vaadin that return DownloadStream | |
---|---|
DownloadStream |
Application.handleURI(URL context,
String relativeUri)
Deprecated. this method is called be the terminal implementation only and might be removed or moved in the future. Instead of overriding this method, add your URIHandler to a top
level Window (eg.
getMainWindow().addUriHanler(handler) instead. |
Uses of DownloadStream in com.vaadin.terminal |
---|
Methods in com.vaadin.terminal that return DownloadStream | |
---|---|
DownloadStream |
ApplicationResource.getStream()
Gets resource as stream. |
DownloadStream |
StreamResource.getStream()
|
DownloadStream |
ClassResource.getStream()
Gets resource as stream. |
DownloadStream |
FileResource.getStream()
Gets the resource as stream. |
DownloadStream |
URIHandler.handleURI(URL context,
String relativeUri)
Handles a given URI. |
Uses of DownloadStream in com.vaadin.terminal.gwt.server |
---|
Methods in com.vaadin.terminal.gwt.server that return DownloadStream | |
---|---|
protected DownloadStream |
AbstractCommunicationManager.handleURI(Window window,
AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
AbstractCommunicationManager.Callback callback)
Calls the Window URI handler for a request and returns the DownloadStream returned by the handler. |
Uses of DownloadStream in com.vaadin.ui |
---|
Methods in com.vaadin.ui that return DownloadStream | |
---|---|
DownloadStream |
Window.handleURI(URL context,
String relativeUri)
Application window only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |