|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.http.client.Request.RequestImpl com.google.gwt.http.client.Request.RequestImplIE8And9
static class Request.RequestImplIE8And9
Special Request.RequestImpl
for IE8, IE9 to work around some IE specialities.
Constructor Summary | |
---|---|
Request.RequestImplIE8And9()
|
Method Summary | |
---|---|
(package private) Response |
createResponse(XMLHttpRequest xmlHttpRequest)
Creates a Response instance for the given JavaScript XmlHttpRequest object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Request.RequestImplIE8And9()
Method Detail |
---|
Response createResponse(XMLHttpRequest xmlHttpRequest)
Request.RequestImpl
Response
instance for the given JavaScript XmlHttpRequest object.
createResponse
in class Request.RequestImpl
xmlHttpRequest
- xmlHttpRequest object for which we need a response
Response
object instance
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |