The job of a RequestHandler is twofold:
1) handle incoming request data -- could be from $_REQUEST-type arrays, could be from session variables, etc. 2) handle the production of URLs with given contextual data/query using an associated URLWriter class.
Located in /harmoni/core/architecture/request/RequestHandler.interface.php (line 28)
Class | Description |
---|---|
GETMethodRequestHandler | The job of a RequestHandler is twofold: |
PathInfoRequestHandler | <##> |
Returns a new URLWriter object corresponding to this RequestHandler.
Returns an associative array of file upload data. This will usually come from the $_FILES superglobal.
Returns a dotted-pair string representing the module and action requested by the end user ("module.action" format).
Returns an associative array of key=value pairs corresponding to the request data from the browser. This could just be the data from $_REQUEST, in the simplest case.
Documentation generated on Wed, 19 Sep 2007 10:26:04 -0400 by phpDocumentor 1.3.0RC3