Methods
|
|
__init__
cleanup
fatalError
getResources
handler
initPCGI
initPrincipia
insertSysPath
listen
|
|
__init__
|
__init__ ( self, resource=None )
|
|
cleanup
|
cleanup ( self )
|
|
fatalError
|
fatalError ( self, errmsg='' )
|
|
getResources
|
getResources ( self )
Obtain the publisher resources from the environment. Done here
in a separate method to make it easy to override, because we may
not always and forever obtain our resources from the environment.
|
|
handler
|
handler ( self, conn )
|
|
initPCGI
|
initPCGI ( self )
|
|
initPrincipia
|
initPrincipia ( self )
|
|
insertSysPath
|
insertSysPath ( self, insertPath=None )
|
|
listen
|
listen ( self )
Note to sub-classes: Aside from the constructor, listen() should
be the only method you must invoke.
|