MODULES Uize.Comm.Ajax
SEARCHEXAMPLESSOURCETEST

1. Introduction

The Uize.Comm.Ajax class implements support for Ajax (Asynchronous JavaScript And XML) communication through the XMLHttpRequest (XHR) object.

DEVELOPERS: Jan Borgersen, Chris van Rensburg, Ben Ilegbodu, Tim Carter, original code donated by Zazzle Inc.

In order to implement support for communication through the XMLHttpRequest object, this class overrides the implementation of the performRequest instance method inherited from the Uize.Comm base class. There are no additional methods or properties provided by this class - all the interface is provided in the Uize.Comm superclass.

1.1. Examples

There are no dedicated showcase example pages for the Uize.Comm.Ajax module.

SEARCH FOR EXAMPLES

Use the link below to search for example pages on the UIZE Web site that reference the Uize.Comm.Ajax module...

SEARCH

1.2. Implementation Info

The Uize.Comm.Ajax module defines the Uize.Comm.Ajax class, which is a subclass of Uize.Comm.

INHERITANCE CHAIN

Uize.Class -> Uize.Comm -> Uize.Comm.Ajax

1.2.1. Features Introduced in This Module

No features have been introduced in this module.

1.2.2. Features Overridden in This Module

The features listed in this section have been overridden in this module.

The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.

INSTANCE METHODS

performRequest

STATIC PROPERTIES

Uize.Comm.Ajax.moduleName | Uize.Comm.Ajax.nonInheritableStatics

1.2.3. Features Inherited From Other Modules

The features listed in this section have been inherited from other modules.

The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.

INSTANCE METHODS

fire | flush | flushCache | get | is | kill | met | once | queueRequest | request | set | toggle | unmet | unwire | useQueue | wire

STATIC METHODS

Uize.Comm.Ajax.fire | Uize.Comm.Ajax.get | Uize.Comm.Ajax.processArrayAsync | Uize.Comm.Ajax.registerProperties | Uize.Comm.Ajax.set | Uize.Comm.Ajax.singleton | Uize.Comm.Ajax.subclass | Uize.Comm.Ajax.toggle | Uize.Comm.Ajax.unwire | Uize.Comm.Ajax.wire

1.2.4. Modules Directly Under This Namespace

There are no modules directly under this namespace.

1.2.5. Unit Tests

There is no dedicated unit tests module for the Uize.Comm.Ajax module.

2. Instance Methods

2.1. fire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.2. flush

Inherited from Uize.Comm.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Comm, first introduced in Uize.Comm)

2.3. flushCache

Inherited from Uize.Comm.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Comm, first introduced in Uize.Comm)

2.4. get

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.5. is

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.6. kill

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.7. met

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.8. once

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.9. performRequest

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Comm)

2.10. queueRequest

Inherited from Uize.Comm.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Comm, first introduced in Uize.Comm)

2.11. request

Inherited from Uize.Comm.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Comm, first introduced in Uize.Comm)

2.12. set

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.13. toggle

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.14. unmet

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.15. unwire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.16. useQueue

Inherited from Uize.Comm.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Comm, first introduced in Uize.Comm)

2.17. wire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

3. Static Methods

3.1. Uize.Comm.Ajax.fire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.2. Uize.Comm.Ajax.get

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.3. Uize.Comm.Ajax.processArrayAsync

Inherited from Uize.Comm.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Comm, first introduced in Uize.Comm)
this static feature is inherited by subclasses

3.4. Uize.Comm.Ajax.registerProperties

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.5. Uize.Comm.Ajax.set

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.6. Uize.Comm.Ajax.singleton

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.7. Uize.Comm.Ajax.subclass

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.8. Uize.Comm.Ajax.toggle

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.9. Uize.Comm.Ajax.unwire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

3.10. Uize.Comm.Ajax.wire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)
this static feature is inherited by subclasses

4. Static Properties

4.1. Uize.Comm.Ajax.moduleName

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class)
this static feature is inherited by subclasses

4.2. Uize.Comm.Ajax.nonInheritableStatics

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class)
this static feature is not inherited by subclasses