|
|||||||||
| Home >> All >> org >> roller >> presentation >> tags >> [ menu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.roller.presentation.tags.menu
Interface MenuItem

- All Known Implementing Classes:
- MenuItemImpl
- public interface MenuItem
An individual menu item, contained in a Menu
| Method Summary | |
java.lang.String |
getName()
Name of menu |
java.lang.String |
getUrl(javax.servlet.jsp.PageContext pctx)
Url to be displayed in menu |
boolean |
isDefault()
Determine if this is the default menu item with it's menu |
boolean |
isSelected(javax.servlet.http.HttpServletRequest req)
Determine if this menu item is selected based on request |
| Method Detail |
getName
public java.lang.String getName()
- Name of menu
getUrl
public java.lang.String getUrl(javax.servlet.jsp.PageContext pctx)
- Url to be displayed in menu
isSelected
public boolean isSelected(javax.servlet.http.HttpServletRequest req)
- Determine if this menu item is selected based on request
isDefault
public boolean isDefault()
- Determine if this is the default menu item with it's menu
|
|||||||||
| Home >> All >> org >> roller >> presentation >> tags >> [ menu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC