Part of nevow.url View Source View In Hierarchy
| 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. |
| Parameters | urlaccessor | a function which takes context and returns a URL |
| doc | a a string documenting this URLOverlay instance's usage | |
| dolater | a 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 |