System.Web.Services.AJAX
[ class tree: System.Web.Services.AJAX ] [ index: System.Web.Services.AJAX ] [ all elements ]

Class: TCallbackRequest

Source Location: /Web/Services/AJAX/TCallbackServer.php

Class Overview

TAJAXRequest
   |
   --TCallbackRequest

Callback request class.

Class Details

[line 207]
Callback request class.

Unserialize the post data.




version:  $Revision: 1.7 $ $Date: 2005/11/10 23:43:26 $
author:  Wei Zhuo<weizhuo[at]gmail[dot]com>


[ Top ]

Variables

Methods



Class Variables

$posts =

[line 213]

List of post back control input IDs.



access:  protected

Type:   TCollection


[ Top ]



Class Methods


constructor __construct [line 218]

TCallbackRequest __construct( mixed $uri, mixed $objects, mixed $posts)

Create a new callback request. Use loadCallbackPostData to load data.



access:  public


[ Top ]

method getPostData [line 243]

array getPostData( )

Gets the data collected during the callback request. It contains all the inputs for controls that implements IPostBackEventHandler.



return:  callback data.
access:  public


[ Top ]

method getRequestID [line 228]

string getRequestID( )

Gets the control ID that will handle the callback request.



return:  control ID.
access:  public


[ Top ]

method loadCallBackPostData [line 257]

void loadCallBackPostData( )

Load the allowable callback post data into $_REQUEST array.



access:  public


[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.