Class FacesRequest

Object
   |
   +--FacesRequest

class FacesRequest

Defined in xulfaces-bridge.js

Version: $Id: xulfaces-bridge.js,v 1.27 2007/07/17 20:22:32 kito31 Exp $

Author: kito31


Field Summary
 Object parms
          Contains the request parameters
 Object parmsIndex
          Current param index
 Object server
          Set the server URL that receives request
 
Constructor Summary
FacesRequest (serverUrl)
           

Defines a JSF Ajax Request.

 
Method Summary
 void add(name,value)
          

Add a Param object to parms array with name and value.

 void reset()
          

Reset the parms array and parmsIndex.

 Object send(sendParams)
          

Send the request to the server.

The params array is sent to server if sendParams is true.

 Object sendAsynchronously(sendParams)
          

Send the request to the server in asynchronous mode (processHttpRequest method is called when ready, onRequestProgress in progress).

The params array is sent to server if sendParams is true.

 void setURL(url)
          

Change the server URL.

Field Detail

parms

Object parms

parmsIndex

Object parmsIndex

server

Object server

Constructor Detail

FacesRequest

FacesRequest(serverUrl)

Method Detail

add

void add(name,value)

reset

void reset()

send

Object send(sendParams)

sendAsynchronously

Object sendAsynchronously(sendParams)

setURL

void setURL(url)


Documentation generated by JSDoc on Tue Jul 31 08:03:11 2007