Part of canonical.launchpad.webapp.menu View In Hierarchy
Known subclasses: canonical.launchpad.webapp.__init__.ApplicationMenu, canonical.launchpad.webapp.__init__.ContextMenu, canonical.launchpad.webapp.__init__.FacetMenu, canonical.launchpad.webapp.__init__.NavigationMenu, canonical.launchpad.webapp.tests.test_menu.TestMenu
Implements interfaces: canonical.launchpad.webapp.interfaces.IMenuBase
Method | __init__ | Undocumented |
Method | initialize | Override this in subclasses to do initialization. |
Method | iterlinks | See IMenu. |
Method | _buildLink | Undocumented |
Method | _get_link | Undocumented |
Method | _rootUrlForSite | Return the root URL for the given site. |
Inherited from UserAttributeCache:
Method | account | Undocumented |
Method | user | The logged-in Person, or None if there is no one logged in. |
Method | isBetaUser | Return True if the user is in the beta testers team. |