pyroxide.control.handler (version 48 , 2007-03-21 00:55:31 -0700 (Wed, 21 Mar 2007) )
index
/usr/lib/python2.4/site-packages/pyroxide/control/handler.py

The default mod_python handler.
 
It handles all web requests for any pyroxide application.

 
Modules
       
pyroxide.util.callback
pyroxide.util.config

 
Classes
       
PyroxideHandler

 
class PyroxideHandler
    A front controller that handles all requests.
 
  Methods defined here:
__init__(self)
processRequest(self, apache_req)
Process the HTTP request.

 
Functions
       
handler(req)
Function called by mod_python.

 
Data
        APACHE_OK = 0
__HeadURL__ = '$URL: http://pyroxide.org/svn/pyroxide/trunk/src/main/python/pyroxide/control/handler.py $'
__Id__ = '$Id: handler.py 48 2007-03-21 07:55:31Z kevin $'
__LastChangedBy__ = '$Author: kevin $'
__LastChangedDate__ = '$Date: 2007-03-21 00:55:31 -0700 (Wed, 21 Mar 2007) $'
__Revision__ = '$Rev: 48 $'
__copyright__ = '(c) 2006 rootsmith Inc.'
__date__ = ' 2007-03-21 00:55:31 -0700 (Wed, 21 Mar 2007) '
__version__ = ' 48 '