Class myfaces._impl.xhrCore._AjaxRequest
				
Extends
					myfaces._impl.core.Object.
				
			
				
				
				
					
Defined in:  _AjaxRequest.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Method Attributes | Method Name and Description | 
|---|---|
| constructor_(args)
								 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. | |
| Spec. | |
| send()
								 Sends an Ajax request | 
					Method Detail
				
				
					 
					
					
					
					constructor_(args)
					
					
					
						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...
						
						
					
					
					
					
						
							- Parameters:
- {Object} args
- an arguments map which an override any of the given protected instance variables, by a simple name value pair combination
					
					
					getFormData()
					
					
					
						Spec. 13.3.1
Collect and encode input elements.
Additionally the hidden element jakarta.faces.ViewState
						
						
					
					
					
					
						
						
						
						
						
							- Returns:
- an element of formDataWrapper which keeps the final Send Representation of the
					
					
					send()
					
					
					
						Sends an Ajax request