Built-In Namespace _global_
Field Attributes | Field Name and Description |
---|---|
a pointer towards the currently processed
request in our queue
|
|
myfaces._impl.i18n.Messages_ru.prototype
|
|
we generate a temp holder
so that we can use innerHTML for
generating the content upfront
before inserting it"
|
Method Attributes | Method Name and Description |
---|---|
gets the ViewState including all now passed in sideconstraints
|
|
starts the timeout
which is able to terminate the xhr upfront early
|
|
starts the asynchronous xhr request
|
|
callback()
Callback method to process the Ajax response
triggered by RequestQueue
|
|
cleanup()
cleanup queue
|
|
timeout clearing routine
for timeout requests
|
|
constructor_(an)
Constructor
note there is a load of common properties
inherited by the base class which define the corner
parameters and the general internal behavior
like _onError etc.
|
|
enqueue(request)
delay request, then call enqueue
|
|
process queue, send request, if exists
|
|
send()
Sends an Ajax request
|
Field Detail
_curReq
a pointer towards the currently processed
request in our queue
Defined in: _AjaxRequestQueue.js.
Defined in: _AjaxRequestQueue.js.
MSG_TEST
myfaces._impl.i18n.Messages_ru.prototype
Defined in: Messages_ru.js.
Defined in: Messages_ru.js.
nodeHolder
we generate a temp holder
so that we can use innerHTML for
generating the content upfront
before inserting it"
Defined in: _AjaxResponse.js.
Defined in: _AjaxResponse.js.
Method Detail
_initRequestParams()
gets the ViewState including all now passed in sideconstraints
Defined in: _AjaxRequest.js.
Defined in: _AjaxRequest.js.
_startTimeout()
starts the timeout
which is able to terminate the xhr upfront early
Defined in: _AjaxRequest.js.
Defined in: _AjaxRequest.js.
_startXHR()
starts the asynchronous xhr request
Defined in: _AjaxRequest.js.
Defined in: _AjaxRequest.js.
callback()
Callback method to process the Ajax response
triggered by RequestQueue
Defined in: _AjaxRequest.js.
Defined in: _AjaxRequest.js.
cleanup()
cleanup queue
Defined in: _AjaxRequestQueue.js.
Defined in: _AjaxRequestQueue.js.
clearDelayTimeout()
timeout clearing routine
for timeout requests
Defined in: _AjaxRequestQueue.js.
Defined in: _AjaxRequestQueue.js.
constructor_(an)
Constructor
note there is a load of common properties
inherited by the base class which define the corner
parameters and the general internal behavior
like _onError etc...
Defined in: _AjaxRequest.js.
Defined in: _AjaxRequest.js.
- Parameters:
- {Map} an
- arguments map which an override any of the given protected instance variables, by a simple name value pair combination
enqueue(request)
delay request, then call enqueue
Defined in: _AjaxRequestQueue.js.
Defined in: _AjaxRequestQueue.js.
- Parameters:
- {Object} request
- (myfaces._impl.xhrCore._AjaxRequest) request to send
processQueue()
process queue, send request, if exists
Defined in: _AjaxRequestQueue.js.
Defined in: _AjaxRequestQueue.js.
send()
Sends an Ajax request
Defined in: _AjaxRequest.js.
Defined in: _AjaxRequest.js.