Part of lp.services.webapp.menu View In Hierarchy
Known subclasses: lp.services.webapp.__init__.ApplicationMenu, lp.services.webapp.__init__.ContextMenu, lp.services.webapp.__init__.FacetMenu, lp.services.webapp.__init__.NavigationMenu, lp.services.webapp.tests.test_menu.TestMenu
| Method | __init__ | Undocumented | 
| Method | initialize | Override this in subclasses to do initialization. | 
| Method | initLink | Undocumented | 
| Method | updateLink | Called each time a link is rendered. | 
| Method | iterlinks | See IMenu. | 
| Method | _check_links | Undocumented | 
| Method | _buildLink | Undocumented | 
| Method | _get_link | Undocumented | 
| Method | _rootUrlForSite | Return the root URL for the given site. | 
| Method | _init_link_data | Undocumented | 
Inherited from UserAttributeCache:
| Method | account | Undocumented | 
| Method | user | The logged-in Person, or None if there is no one logged in. | 
Override to update the link state as required for the given request.