Home | Trees | Index | Help |
|
---|
Package twisted :: Package coil :: Package plugins :: Module web :: Class StaticConfigurator |
|
Configurator
--+ |Collection
--+ | | |Constrained
--+ | | |Locked
--+ | | |StaticCollection
--+ | StaticConfigurator
Method Summary | |
---|---|
Initialize this configurator with the instance it will be configuring. | |
config_execCGI(self,
allowed)
| |
config_execEPY(self,
allowed)
| |
Return a mapping of key/value tuples describing my configuration. | |
Inherited from Configurator | |
Return list of dispensers. | |
Set a list of configuration variables. | |
Return the instance being configured. | |
Get the type of a configuration variable. | |
Inherited from Locked | |
A method that determines whether an entity may be added to me. | |
| |
Inherited from Constrained | |
A method that determines whether an entity may be added to me with a given name. | |
Store an entity if it meets both constraints. | |
| |
Inherited from Collection | |
Remove a static reference for 'name'. | |
Subclass this to generate an entity on demand. | |
Retrieve an entity from me. | |
Get an entity that was added to me using putEntity. | |
A list of all name, entity that I can generate on demand. | |
Retrieve a list of the names of entities that I store references to. | |
Retrieve a list of all name, entity pairs I contain. | |
Retrieve a list of all names for entities that I contain. | |
Retrieve a list of all name, entity pairs that I store references to. | |
Retrieve a list of the names of entities that I store references to. | |
Remove an entity for 'name', based on the content of 'request'. | |
Store an entity for 'name', based on the content of 'request'. |
Class Variable Summary | |
---|---|
tuple |
__implements__ = (<class twisted.coil.coil.IConfigurator...
|
str |
configName = 'Web Filesystem Access'
|
dict |
configTypes = {'path': [<type 'str'>, 'Path', 'The path ...
|
class |
configurableClass = twisted.web.static.File |
Inherited from Locked | |
int |
locked = 0 |
Method Details |
---|
__init__(self,
instance)
Initialize this configurator with the instance it will be
configuring.
|
getConfiguration(self)Return a mapping of key/value tuples describing my configuration. By default gets the attributes from the instance being configured, override in subclasses if necessary.
|
Class Variable Details |
---|
__implements__
|
configName
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:49 2003 | http://epydoc.sf.net |