Class n.u.URLOverlay(object):

Part of nevow.url View Source View In Hierarchy

No class docstring
Line # Kind Name Docs
356 Method __init__ A Proto like object for abstractly specifying urls in stan trees.
378 Method addCommand Undocumented
383 Method keep A list of arguments to carry over from the previous url.
def __init__(self, urlaccessor, doc=None, dolater=None, keep=None): (source)
A Proto like object for abstractly specifying urls in stan trees.
Parametersurlaccessora function which takes context and returns a URL
doca a string documenting this URLOverlay instance's usage
dolatera list of tuples of (command, args, kw) where command is a string, args is a tuple and kw is a dict; when the URL is returned from urlaccessor during rendering, these methods will be applied to the URL in order
def addCommand(self, cmd, args, kw): (source)
Undocumented
def keep(self, *args): (source)
A list of arguments to carry over from the previous url.
API Documentation for Nevow, generated by pydoctor.