Uses of Interface
com.vaadin.server.StreamResource.StreamSource

Packages that use StreamResource.StreamSource
com.vaadin.server   
 

Uses of StreamResource.StreamSource in com.vaadin.server
 

Methods in com.vaadin.server that return StreamResource.StreamSource
 StreamResource.StreamSource StreamResource.getStreamSource()
          Returns the source for this StreamResource.
 

Methods in com.vaadin.server with parameters of type StreamResource.StreamSource
 void StreamResource.setStreamSource(StreamResource.StreamSource streamSource)
          Sets the source for this StreamResource.
 

Constructors in com.vaadin.server with parameters of type StreamResource.StreamSource
StreamResource(StreamResource.StreamSource streamSource, java.lang.String filename)
          Creates a new stream resource for downloading from stream.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.