|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface describes the portal-site menu option elements constructed and returned to decorators.
| Field Summary | |
static String |
FOLDER_OPTION_TYPE
FOLDER_OPTION_TYPE - type of folder menu option |
static String |
LINK_OPTION_TYPE
LINK_OPTION_TYPE - type of link menu option |
static String |
PAGE_OPTION_TYPE
PAGE_OPTION_TYPE - type of page menu option |
| Fields inherited from interface org.apache.jetspeed.portalsite.MenuElement |
MENU_ELEMENT_TYPE, OPTION_ELEMENT_TYPE, SEPARATOR_ELEMENT_TYPE |
| Method Summary | |
String |
getTarget()
getTarget - get target for url of menu option |
String |
getType()
getType - get type of menu option |
String |
getUrl()
getUrl - get url of menu option |
boolean |
isHidden()
isHidden - get hidden state of menu option |
boolean |
isSelected(PortalSiteRequestContext context)
isSelected - return true if menu option is selected in the specified request context |
| Methods inherited from interface org.apache.jetspeed.portalsite.MenuElement |
getElementType, getMetadata, getParentMenu, getShortTitle, getShortTitle, getSkin, getTitle, getTitle |
| Field Detail |
public static final String FOLDER_OPTION_TYPE
public static final String PAGE_OPTION_TYPE
public static final String LINK_OPTION_TYPE
| Method Detail |
public String getType()
public String getUrl()
public String getTarget()
public boolean isHidden()
public boolean isSelected(PortalSiteRequestContext context)
context - request context
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||