Class SweetDevRia.AjaxPooler
Ajax object pool
Defined in: AjaxPooler.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> |
| Field Attributes | Field Name and Description |
|---|---|
|
contains multiples Ajax instances
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
SweetDevRia.AjaxPooler.getInstance()
Get next available Ajax object from pool, or create a new one if none are available
|
Field Detail
pooler
contains multiples Ajax instances
Method Detail
<static>
{Ajax}
SweetDevRia.AjaxPooler.getInstance()
Get next available Ajax object from pool, or create a new one if none are available
- Returns:
- An available Ajax object