|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 that return StreamVariable | |
|---|---|
StreamVariable |
CommunicationManager.getStreamVariable(String paintableId,
String variableName)
Gets a stream variable based on paintable id and variable name. |
| 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(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
StreamVariable streamVariable,
String variableName,
VariableOwner 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(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
StreamVariable streamVariable,
String variableName,
VariableOwner owner,
int contentLength)
Used to stream plain file post (aka XHR2.post(File)) |
String |
CommunicationManager.getStreamVariableTargetUrl(VariableOwner owner,
String name,
StreamVariable value)
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||