API DOCS

DOCS & TUTORIALS » API DOCS » xajax_core » plugin_layer » xajaxFunctionPlugin.inc.php » xajaxFunctionPlugin

Class: xajaxFunctionPlugin


variables

functions

xajaxFunctionPlugin

function xajaxFunctionPlugin()

Constructs and initializes the . The GET and POST
data is searched for xajax function call parameters. This will later
be used to determine if the request is for a registered function in
canProcessRequest>

configure

function configure($sName, $mValue)

Sets/stores configuration options used by this plugin.

register

function register($aArgs)

Provides a mechanism for functions to be registered and made available to
the page via the javascript call.

generateClientScript

function generateClientScript()

Called by the during the client script generation
phase. This is used to generate a block of javascript code that will
contain function declarations that can be used on the browser through
javascript to initiate xajax requests.

canProcessRequest

function canProcessRequest()

Determines whether or not the current request can be processed
by this plugin.


processRequest

function processRequest()

Called by the when a request needs to be
processed.


 



XAJAX on SourceForge.net
Support this project Valid XHTML 1.0 Transitional