xajaxCallableObjectPlugin. inc.php

Contains the xajaxCallableObjectPlugin class

Summary
Contains the xajaxCallableObjectPlugin class
Please see copyright.inc.php for a detailed description, copyright and license information.
Specifies that the item being registered via the xajax->register function is a object who’s methods will be callable from the browser.

xajaxCallableObjectPlugin class

Please see copyright.inc.php for a detailed description, copyright and license information.

Summary
Specifies that the item being registered via the xajax->register function is a object who’s methods will be callable from the browser.

Constants

XAJAX_CALLABLE_OBJECT

Specifies that the item being registered via the xajax->register function is a object who’s methods will be callable from the browser.

Variables

aCallableObjects

var $aCallableObjects

sXajaxPrefix

var $sXajaxPrefix

sDefer

var $sDefer

sRequestedClass

var $sRequestedClass

sRequestedMethod

var $sRequestedMethod

Functions

xajaxCallableObjectPlugin

function xajaxCallableObjectPlugin()

configure

function configure($sName,
$mValue)

register

function register($aArgs)

generateClientScript

function generateClientScript()

canProcessRequest

function canProcessRequest()

processRequest

function processRequest()
This file contains detailed information regarding the xajax project, current version, copyrights, licnese and documentation.
function register($sType,
$mArg)
Call this function to register request handlers, including functions, callable objects and events.
var $aCallableObjects
var $sXajaxPrefix
var $sDefer
var $sRequestedClass
var $sRequestedMethod
function xajaxCallableObjectPlugin()
function configure($sName,
$mValue)
function register($aArgs)
function generateClientScript()
function canProcessRequest()
function processRequest()