Package twisted :: Package coil :: Package plugins :: Module web :: Class SiteConfigurator
[frames | no frames]

Class SiteConfigurator

Configurator --+
               |
              SiteConfigurator


Configurator for web sites.
Method Summary
  config_logPath(self, logPath)
  getStaticEntity(self, name)
  listStaticEntities(self)
    Inherited from Configurator
  __init__(self, instance)
Initialize this configurator with the instance it will be configuring.
  configDispensers(self)
Return list of dispensers.
  configure(self, dict)
Set a list of configuration variables.
  getConfiguration(self)
Return a mapping of key/value tuples describing my configuration.
  getInstance(self)
Return the instance being configured.
  getType(self, name)
Get the type of a configuration variable.

Class Variable Summary
tuple __implements__ = (<class twisted.coil.coil.IConfigurator...
str configName = 'HTTP Web Site'
dict configTypes = {'logPath': [<type 'str'>, 'Logfile', 'Pat...
class configurableClass = twisted.web.server.Site

Class Variable Details

__implements__

Type:
tuple
Value:
(<class twisted.coil.coil.IConfigurator at 0x8386b34>,
 <class twisted.coil.coil.IStaticCollection at 0x83b07c4>)             

configName

Type:
str
Value:
'HTTP Web Site'                                                        

configTypes

Type:
dict
Value:
{'logPath': [<type 'str'>, 'Logfile', 'Path to web log file.'],
 'resource': [<class twisted.web.resource.IResource at 0x847850c>,
              'Resource',
              "The resource at the site's root."]}                     

Generated by Epydoc 2.0 on Sat Sep 13 04:20:50 2003 http://epydoc.sf.net