Class myfaces._impl.xhrCore._BaseRequest
Extends
myfaces._impl.xhrCore._FinalizeableObj.
Defined in: _BaseRequest.js.
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 Attributes | Method Name and Description |
---|---|
callback()
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
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