This class should not be used directly by client programmers.
Parents: QxIframeTransport » QxCommonTransport » QxTarget » QxObject » Object
No Parameters defined.
This class is public.
It can be used by both user and programmer.
| Name | Title |
|---|---|
| QxCommonTransport | |
| Public | |
| The state of the current request | |
| asynchronous | Set the request to asynchronous |
| data | Set the data to be sent via this request |
| method | Determines what type of request to issue |
| parameters | Request parameters to send. |
| password | Password to use for HTTP authentication |
| requestHeaders | Request headers |
| responseType | Response Type |
| url | Target url to issue the request to |
| username | Username to use for HTTP authentication |
| QxObject | |
| Public | |
| enabled | |
| Name | Title |
|---|---|
| QxIframeTransport | |
| Public | |
| dispose | |
| getFetchedLength | Returns the length of the content as fetched thus far |
| getIframeBody | |
| getIframeDocument | |
| getIframeHtmlContent | |
| getIframeTextContent | |
| getIframeWindow | |
| getResponseContent | |
| getResponseHeader | |
| getResponseHeaders | Provides an hash of all response headers. |
| getStatusCode | Returns the current status code of the request if available or -1 if not. |
| getStatusText | Provides the status text for the current request if available and null otherwise. |
| send | |
| setRequestHeader | |
| Private | |
| _onload | Converting complete state to numeric value and update state property |
| _onreadystatechange | Converting named readyState to numeric value and update state property |
| _switchReadyState | |
| QxCommonTransport | |
| Public | |
| abort | |
| failed | Force the transport into the failed state (QxConst.REQUEST_STATE_FAILED). |
| getFetchedLength | Returns the length of the content as fetched thus far |
| getResponseHeader | |
| getResponseHeaders | Provides an hash of all response headers. |
| getResponseText | Provides the response text from the request when available and null otherwise. |
| getResponseXml | Provides the XML provided by the response if any and null otherwise. |
| getStatusCode | Returns the current status code of the request if available or -1 if not. |
| getStatusText | Provides the status text for the current request if available and null otherwise. |
| send | |
| setRequestHeader | Add a request header to this transports QxRequest. |
| timeout | |
| Private | |
| _modifyState | |
| QxTarget | |
| Public | |
| addEventListener | Add event listener to object |
| createDispatchDataEvent | Checks if the event is registered. If so it creates a data event object and dispatch it. |
| createDispatchEvent | Checks if the event is registered. If so it creates a event object and dispatch it. |
| dispatchEvent | Public dispatch implementation |
| dispose | |
| getParent | Internal placeholder for bubbling phase of an event. |
| hasEventListeners | Check if there are one or more listeners for an event type |
| removeEventListener | Remove event listener from object |
| Private | |
| _dispatchEvent | Internal dispatch implementation |
| QxObject | |
| Public | |
| debug | Print out a debug message to the qooxdoo debug console. |
| dispose | Dispose this object |
| error | Print out an error to the qooxdoo debug console. |
| get | |
| getDisposed | Returns true if the object is disposed. |
| getUserData | |
| info | Print out an info message info to the qooxdoo debug console. |
| isDisposed | Returns true if the object is disposed. |
| set | Sets multiple properties at once by using a property list |
| setUserData | |
| toHashCode | Return unique hash code of object |
| toString | Returns a string represantation of the qooxdoo object. |
| warn | Print out an warning to the qooxdoo debug console. |