Part of canonical.lazr.feed.feed View In Hierarchy
Implements interfaces: canonical.lazr.interfaces.feed.IFeed
IFeed.
Base class for feeds.
| Method | __init__ | Undocumented |
| Method | title | See IFeed. |
| Method | link_self | See IFeed. |
| Method | site_url | See IFeed. |
| Method | link_alternate | See IFeed. |
| Method | feed_id | See IFeed. |
| Method | getItems | See IFeed. |
| Method | feed_format | See IFeed. |
| Method | logo | See IFeed. |
| Method | icon | See IFeed. |
| Method | date_updated | See IFeed. |
| Method | render | See IFeed. |
| Method | renderAtom | See IFeed. |
| Method | renderHTML | See IFeed. |
| Method | _getItemsWorker | Create the list of items. |
IFeed.
Override this method if the context used does not create a meaningful id.
Called by getItems which may cache the results. The caching is
necessary since getItems is called multiple times in the course of
constructing a single feed and pulling together the list of items is
potentially expensive.