Uses of Interface
com.vaadin.terminal.StreamVariable

Packages that use StreamVariable
com.vaadin.terminal   
com.vaadin.terminal.gwt.server   
com.vaadin.ui   
 

Uses of StreamVariable in com.vaadin.terminal
 

Methods in com.vaadin.terminal with parameters of type StreamVariable
 void PaintTarget.addVariable(VariableOwner owner, String name, StreamVariable value)
          Adds details about StreamVariable to the UIDL stream.
 

Uses of StreamVariable in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server with parameters of type StreamVariable
 void JsonPaintTarget.addVariable(VariableOwner owner, String name, StreamVariable value)
           
protected  void AbstractCommunicationManager.doHandleSimpleMultipartFileUpload(WrappedRequest request, WrappedResponse response, StreamVariable streamVariable, String variableName, ClientConnector owner, String boundary)
          Method used to stream content from a multipart request (either from servlet or portlet request) to given StreamVariable
protected  void AbstractCommunicationManager.doHandleXhrFilePost(WrappedRequest request, WrappedResponse response, StreamVariable streamVariable, String variableName, ClientConnector owner, int contentLength)
          Used to stream plain file post (aka XHR2.post(File))
protected  boolean AbstractCommunicationManager.streamToReceiver(InputStream in, StreamVariable streamVariable, String filename, String type, int contentLength)
           
 

Uses of StreamVariable in com.vaadin.ui
 

Methods in com.vaadin.ui that return StreamVariable
protected  StreamVariable Upload.getStreamVariable()
           
 StreamVariable Html5File.getStreamVariable()
           
 

Methods in com.vaadin.ui with parameters of type StreamVariable
 void Html5File.setStreamVariable(StreamVariable streamVariable)
          Sets the StreamVariable that into which the file contents will be written.
 



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