| Home | Trees | Index | Help |
|---|
| Package twisted :: Package web :: Module static :: Class Registry |
|
Versioned--+ |Componentized--+ |Versioned--+ | Registry
| Method Summary | |
|---|---|
__init__(self)
| |
Get state, adding a version number to it on its way out. (inherited from Versioned)
| |
(inherited from Versioned)
| |
Utility method that calls addComponent. (inherited from Componentized)
| |
Add a component to me, for all appropriate interfaces. (inherited from Componentized)
| |
cachePath(self,
path,
rsrc)
| |
getCachedPath(self,
path)
| |
Very similar to Componentized.getComponent, with a little magic. | |
(inherited from Componentized)
| |
Remove the given component from me entirely, for all interfaces which it has been registered. (inherited from Componentized)
| |
(inherited from Componentized)
| |
(inherited from Componentized)
| |
Remove my component specified by the given interface class. (inherited from Componentized)
| |
upgradeToVersion1(self)
| |
(internal) Do a version upgrade. (inherited from Versioned)
| |
| Class Variable Summary | |
|---|---|
int |
persistenceVersion
|
| Method Details |
|---|
getComponent(self, interface)Very similar to Componentized.getComponent, with a little magic. This adds the additional default behavior that if no component
already exists and 'interface' is a subclass of |
| Class Variable Details |
|---|
persistenceVersion
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:26 2003 | http://epydoc.sf.net |