|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamVariable | |
|---|---|
| com.vaadin.server | |
| com.vaadin.ui | |
| Uses of StreamVariable in com.vaadin.server |
|---|
| Methods in com.vaadin.server that return StreamVariable | |
|---|---|
StreamVariable |
AbstractCommunicationManager.getStreamVariable(java.lang.String connectorId,
java.lang.String variableName)
Deprecated. |
| Methods in com.vaadin.server with parameters of type StreamVariable | |
|---|---|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
StreamVariable value)
Adds details about StreamVariable to the UIDL stream. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
StreamVariable value)
|
protected void |
AbstractCommunicationManager.doHandleSimpleMultipartFileUpload(VaadinRequest request,
VaadinResponse response,
StreamVariable streamVariable,
java.lang.String variableName,
ClientConnector owner,
java.lang.String boundary)
Deprecated. Method used to stream content from a multipart request (either from servlet or portlet request) to given StreamVariable |
protected void |
AbstractCommunicationManager.doHandleXhrFilePost(VaadinRequest request,
VaadinResponse response,
StreamVariable streamVariable,
java.lang.String variableName,
ClientConnector owner,
int contentLength)
Deprecated. Used to stream plain file post (aka XHR2.post(File)) |
java.lang.String |
AbstractCommunicationManager.getStreamVariableTargetUrl(ClientConnector owner,
java.lang.String name,
StreamVariable value)
Deprecated. |
protected boolean |
AbstractCommunicationManager.streamToReceiver(java.io.InputStream in,
StreamVariable streamVariable,
java.lang.String filename,
java.lang.String type,
int contentLength)
Deprecated. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||