Class Index | File Index

Classes


Class myfaces._impl.xhrCore._BaseRequest


Extends myfaces._impl.xhrCore._FinalizeableObj.

Defined in: _BaseRequest.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Abstract base request encapuslating all methods and variables shared over all different request objects

Abstract methods which have to be implemented:
Since we do not have abstract methods we simulate them by using empty ones

Method Summary
Method Attributes Method Name and Description
 
the callback function after the request is done
 
Spec.
 
send()
send the request
Class Detail
myfaces._impl.xhrCore._BaseRequest()
Abstract base request encapuslating all methods and variables shared over all different request objects

Abstract methods which have to be implemented:
Since we do not have abstract methods we simulate them by using empty ones

Method Detail
callback()
the callback function after the request is done

getViewState()
Spec. 13.3.1 Collect and encode input elements. Additionally the hidden element javax.faces.ViewState
Returns:
an element of formDataWrapper which keeps the final Send Representation of the

send()
send the request

Documentation generated by JsDoc Toolkit 2.1.0 on Tue Sep 06 2011 21:09:22 GMT-0500 (COT)