API DOCS
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.
variables
functions
setResponse
function setResponse(&$objResponse)
Called by the
to build the response that will be sent to the client browser.
addCommand
Used internally to add a command to the response command list. This
will call
in
getName
function getName()
Called by the
This name must match the plugin name requested in the called to
process
function process()
Called by
response plugin. The parameters provided by the user will be used to
determine which response command and parameters will be sent to the
client upon completion of the xajax request process.
