Methods in com.vaadin.terminal.gwt.server with parameters of type AbstractCommunicationManager.Callback |
protected Window |
AbstractCommunicationManager.doGetApplicationWindow(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Callback callback,
Application application,
Window assumedWindow)
TODO New method - document me! |
protected void |
AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
AbstractCommunicationManager.Callback callback,
Window window)
Internally process a UIDL request from the client. |
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. |
void |
AbstractCommunicationManager.writeUidlResponce(AbstractCommunicationManager.Callback callback,
boolean repaintAll,
PrintWriter outWriter,
Window window,
boolean analyzeLayouts)
|