API DOCS

DOCS & TUTORIALS » API DOCS » xajax_core » xajaxPlugin.inc.php

File: xajaxPlugin.inc.php


Contains the xajaxPlugin class

Title: xajaxPlugin class

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

Classes

Class: xajaxPlugin

The base class for all xajax plugins.

Class: xajaxRequestPlugin

The base class for all xajax request plugins.

Request plugins handle the registration, client script generation and processing of
xajax enabled requests. Each plugin should have a unique signature for both
the registration and processing of requests. During registration, the user will
specify a type which will allow the plugin to detect and handle it. During client
script generation, the plugin will generate a <xajax.request> stub with the
prescribed call options and request signature. During request processing, the
plugin will detect the signature generated previously and process the request
accordingly.

Class: xajaxResponsePlugin

Base class for all xajax response plugins.

A response plugin provides additional services not already provided by the
<xajaxResponse> class with regard to sending response commands to the
client. In addition, a response command may send javascript to the browser
at page load to aid in the processing of it's response commands.

 



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