|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCommunicationManager.Response | |
---|---|
com.vaadin.terminal.gwt.server |
Uses of AbstractCommunicationManager.Response in com.vaadin.terminal.gwt.server |
---|
Methods in com.vaadin.terminal.gwt.server with parameters of type AbstractCommunicationManager.Response | |
---|---|
void |
AbstractCommunicationManager.Callback.criticalNotification(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
String cap,
String msg,
String details,
String outOfSyncURL)
|
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.doHandleUidlRequest(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
AbstractCommunicationManager.Callback callback,
Window window)
Internally process a UIDL request from the client. |
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)) |
protected DownloadStream |
AbstractCommunicationManager.handleURI(Window window,
AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
AbstractCommunicationManager.Callback callback)
Calls the Window URI handler for a request and returns the DownloadStream returned by the handler. |
protected void |
AbstractCommunicationManager.openJsonMessage(PrintWriter outWriter,
AbstractCommunicationManager.Response response)
Writes the opening of JSON message to be sent to client. |
protected void |
AbstractCommunicationManager.sendUploadResponse(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response)
TODO document |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |