Class n.s.Registry(components.Componentized):

Part of nevow.static View Source View In Hierarchy

I am a Componentized object that will be made available to internal Twisted file-based dynamic web content such as .rpy and .epy scripts.

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
93 Method __init__ Undocumented
97 Method cachePath Undocumented
100 Method getCachedPath Undocumented

Inherited from Componentized:

Line # Kind Name Docs
206 Method locateAdapterClass Undocumented
209 Method setAdapter Undocumented
212 Method addAdapter Utility method that calls addComponent. I take an adapter class and
222 Method setComponent Undocumented
227 Method addComponent Add a component to me, for all appropriate interfaces.
249 Method unsetComponent Remove my component specified by the given interface class.
253 Method removeComponent Remove the given component from me entirely, for all interfaces for which
267 Method getComponent Create or retrieve an adapter for the given interface.
300 Method __conform__ Undocumented

Inherited from Versioned (via Componentized):

Line # Kind Name Docs
187 Method __setstate__ Undocumented
191 Method __getstate__ Get state, adding a version number to it on its way out.
207 Method versionUpgrade (internal) Do a version upgrade.
Line # Kind Name Docs
300 Method __conform__ Undocumented
191 Method __getstate__ Get state, adding a version number to it on its way out.
93 Method __init__ Undocumented
187 Method __setstate__ Undocumented
212 Method addAdapter Utility method that calls addComponent. I take an adapter class and
227 Method addComponent Add a component to me, for all appropriate interfaces.
97 Method cachePath Undocumented
100 Method getCachedPath Undocumented
267 Method getComponent Create or retrieve an adapter for the given interface.
206 Method locateAdapterClass Undocumented
253 Method removeComponent Remove the given component from me entirely, for all interfaces for which
209 Method setAdapter Undocumented
222 Method setComponent Undocumented
249 Method unsetComponent Remove my component specified by the given interface class.
207 Method versionUpgrade (internal) Do a version upgrade.
def __init__(self): (source)
Undocumented
def cachePath(self, path, rsrc): (source)
Undocumented
def getCachedPath(self, path): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.