public void rendererVisit(MenuItem item)
throws RendererException {
// Use the menu item renderer which we previously selected
// to render each menu item in a similar fashion.
renderer.render(locator, item);
}
public void rendererVisit(MenuItemGroup group)
throws RendererException {
// For groups of menu items, we ignore the group itself