Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.roller.presentation.tags.menu
Interface MenuModel  view MenuModel download MenuModel.java

All Known Implementing Classes:
RollerMenuModel

public interface MenuModel

Menu model contains Menus


Method Summary
 java.util.Vector getMenus()
          Collection of Menu objects contained in this menu model
 Menu getSelectedMenu(javax.servlet.http.HttpServletRequest req)
          Return menu selected by current request or first menu.
 

Method Detail

getMenus

public java.util.Vector getMenus()
Collection of Menu objects contained in this menu model


getSelectedMenu

public Menu getSelectedMenu(javax.servlet.http.HttpServletRequest req)
Return menu selected by current request or first menu. If request does not indicate a menu then first menu is returned.