pyroxide.util.plugins (version 19 , 2006-12-10 23:18:58 -0800 (Sun, 10 Dec 2006) )
index
/usr/lib/python2.4/site-packages/pyroxide/util/plugins.py

The plugins module.
 
Various functions to initialize plugins.

 
Modules
       
pyroxide.util.callback
logging

 
Functions
       
initAuthenticator(configObject)
Initialize and return a reference to the Authenticator.
 
The configObject input parameter is a fully initialized SafeConfigParser
object.
initDatastore(configObject)
Initialize and return a handle to the backing datastore.
 
If there is no backing datastore it will return None.
initErrorController(configObject)
Initialize and return an ErrorController object.
 
The configObject input parameter is a fully initialized SafeConfigParser
object.
initLoginController(configObject)
Initialize and return a tuple of the reference to the LoginController
and the loginView.
 
The configObject input parameter is a fully initialized SafeConfigParser
object.
This function should only be called if there is a valid Authenticator.
initTranslator(configObject, headers)
Initialize the Translator plugin.
 
The configObject input parameter is a fully initialized SafeConfigParser
object.
The headers is the HTTP headers from the mod_python request object.
 
This function will install _() to the global namespace.
initTransmogrifier(configObject)
Initialize and return a reference to the Transmogrifier.
 
The configObject input parameter is a fully initialized SafeConfigParser
object.

 
Data
        __HeadURL__ = '$URL: http://pyroxide.org/svn/pyroxide/trunk/src/main/python/pyroxide/util/plugins.py $'
__Id__ = '$Id: plugins.py 19 2006-12-11 07:18:58Z kevin $'
__LastChangedBy__ = '$Author: kevin $'
__LastChangedDate__ = '$Date: 2006-12-10 23:18:58 -0800 (Sun, 10 Dec 2006) $'
__Revision__ = '$Rev: 19 $'
__copyright__ = '(c) 2006 rootsmith Inc.'
__date__ = ' 2006-12-10 23:18:58 -0800 (Sun, 10 Dec 2006) '
__version__ = ' 19 '