com.vaadin.terminal.gwt.client
Class SynchronousXHR

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.xhr.client.XMLHttpRequest
          extended by com.vaadin.terminal.gwt.client.SynchronousXHR

public class SynchronousXHR
extends com.google.gwt.xhr.client.XMLHttpRequest


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.xhr.client.XMLHttpRequest
com.google.gwt.xhr.client.XMLHttpRequest.ResponseType
 
Field Summary
 
Fields inherited from class com.google.gwt.xhr.client.XMLHttpRequest
DONE, HEADERS_RECEIVED, LOADING, OPENED, UNSENT
 
Constructor Summary
protected SynchronousXHR()
           
 
Method Summary
 void synchronousPost(String uri, String requestData)
           
 
Methods inherited from class com.google.gwt.xhr.client.XMLHttpRequest
abort, clearOnReadyStateChange, create, create, getAllResponseHeaders, getReadyState, getResponseArrayBuffer, getResponseHeader, getResponseText, getStatus, getStatusText, open, open, open, send, send, setOnReadyStateChange, setRequestHeader
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronousXHR

protected SynchronousXHR()
Method Detail

synchronousPost

public final void synchronousPost(String uri,
                                  String requestData)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.