Part of canonical.launchpad.webapp.tales View In Hierarchy
Since the link object is never really interesting in and of itself, we always link to the source package instead.
| Method | url | Return the object's canonical URL. |
| Method | link | Return an HTML link to the object's page. |
Inherited from ObjectFormatterAPI:
| Method | __init__ | Undocumented |
| Method | api_url | Return the object's (partial) canonical web service URL. |
| Method | traverse | Undocumented |
| Method | public_private_css | Return the CSS class that represents the object's privacy. |
| Method | pagetitle | The page title to be used. |
| Parameters | view_name | If not None, return the URL to the page with that name on this object. |
| rootsite | If not None, return the URL to the page on the specified rootsite. Note this is available only for subclasses that allow specifying the rootsite. |
The link consists of an icon followed by the object's name.
| Parameters | view_name | If not None, the link will point to the page with that name on this object. |
| rootsite | If not None, return the URL to the page on the specified rootsite. Note this is available only for subclasses that allow specifying the rootsite. |