|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamVariable | |
|---|---|
| com.vaadin.server | |
| com.vaadin.server.communication | |
| com.vaadin.ui | |
| Uses of StreamVariable in com.vaadin.server |
|---|
| Methods in com.vaadin.server with parameters of type StreamVariable | |
|---|---|
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
StreamVariable value)
|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
StreamVariable value)
Adds details about StreamVariable to the UIDL stream. |
java.lang.String |
LegacyCommunicationManager.getStreamVariableTargetUrl(ClientConnector owner,
java.lang.String name,
StreamVariable value)
Deprecated. As of 7.1. See #11411. |
| Uses of StreamVariable in com.vaadin.server.communication |
|---|
| Methods in com.vaadin.server.communication with parameters of type StreamVariable | |
|---|---|
protected void |
FileUploadHandler.doHandleSimpleMultipartFileUpload(VaadinSession session,
VaadinRequest request,
VaadinResponse response,
StreamVariable streamVariable,
java.lang.String variableName,
ClientConnector owner,
java.lang.String boundary)
Method used to stream content from a multipart request (either from servlet or portlet request) to given StreamVariable. |
protected void |
FileUploadHandler.doHandleXhrFilePost(VaadinSession session,
VaadinRequest request,
VaadinResponse response,
StreamVariable streamVariable,
java.lang.String variableName,
ClientConnector owner,
int contentLength)
Used to stream plain file post (aka XHR2.post(File)) |
protected boolean |
FileUploadHandler.streamToReceiver(VaadinSession session,
java.io.InputStream in,
StreamVariable streamVariable,
java.lang.String filename,
java.lang.String type,
int contentLength)
|
| Uses of StreamVariable in com.vaadin.ui |
|---|
| Methods in com.vaadin.ui that return StreamVariable | |
|---|---|
StreamVariable |
Html5File.getStreamVariable()
|
protected StreamVariable |
Upload.getStreamVariable()
|
StreamVariable |
ConnectorTracker.getStreamVariable(java.lang.String connectorId,
java.lang.String variableName)
Checks if the indicated connector has a StreamVariable of the given name and returns the variable if one is found. |
| Methods in com.vaadin.ui with parameters of type StreamVariable | |
|---|---|
void |
ConnectorTracker.addStreamVariable(java.lang.String connectorId,
java.lang.String variableName,
StreamVariable variable)
Adds a StreamVariable of the given name to the indicated connector. |
java.lang.String |
ConnectorTracker.getSeckey(StreamVariable variable)
Returns the security key associated with the given StreamVariable. |
void |
Html5File.setStreamVariable(StreamVariable streamVariable)
Sets the StreamVariable that into which the file contents will be
written. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||