org.apache.jetspeed.portalsite.menu
Class StandardBreadcrumbsMenuDefinition

java.lang.Object
  extended by org.apache.jetspeed.om.folder.impl.StandardMenuDefinitionImpl
      extended by org.apache.jetspeed.portalsite.menu.StandardBackMenuDefinition
          extended by org.apache.jetspeed.portalsite.menu.StandardBreadcrumbsMenuDefinition
All Implemented Interfaces:
org.apache.jetspeed.om.folder.MenuDefinition

public class StandardBreadcrumbsMenuDefinition
extends StandardBackMenuDefinition

This class provides a menu definition for the standard breadcrumbs menu.

Version:
$Id: StandardBreadcrumbsMenuDefinition.java 517121 2007-03-12 07:45:49Z ate $
Author:
Randy Watler

Field Summary
 
Fields inherited from interface org.apache.jetspeed.om.folder.MenuDefinition
ANY_PROFILE_LOCATOR
 
Constructor Summary
StandardBreadcrumbsMenuDefinition()
          StandardBreadcrumbsMenuDefinition - constructor
 
Method Summary
 String getName()
          getName - get menu name
 String getOptions()
          getOptions - get comma separated menu options if not specified as elements
protected  String getTitleResourceKey()
          getTitleResourceKey - get resource key used to lookup menu titles
 boolean isPaths()
          isPaths - get generate ordered path options for specified options
 
Methods inherited from class org.apache.jetspeed.portalsite.menu.StandardBackMenuDefinition
getMenuTitleText, getSkin, getTitle, getTitle
 
Methods inherited from class org.apache.jetspeed.om.folder.impl.StandardMenuDefinitionImpl
getDepth, getMenuElements, getMetadata, getOrder, getProfile, getShortTitle, getShortTitle, getTitle, isRegexp, setDepth, setMenuElements, setName, setOptions, setOrder, setPaths, setProfile, setRegexp, setShortTitle, setSkin, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardBreadcrumbsMenuDefinition

public StandardBreadcrumbsMenuDefinition()
StandardBreadcrumbsMenuDefinition - constructor

Method Detail

getName

public String getName()
getName - get menu name

Specified by:
getName in interface org.apache.jetspeed.om.folder.MenuDefinition
Overrides:
getName in class StandardBackMenuDefinition
Returns:
menu name

getOptions

public String getOptions()
getOptions - get comma separated menu options if not specified as elements

Specified by:
getOptions in interface org.apache.jetspeed.om.folder.MenuDefinition
Overrides:
getOptions in class StandardBackMenuDefinition
Returns:
option paths specification

isPaths

public boolean isPaths()
isPaths - get generate ordered path options for specified options

Specified by:
isPaths in interface org.apache.jetspeed.om.folder.MenuDefinition
Overrides:
isPaths in class StandardMenuDefinitionImpl
Returns:
paths options flag

getTitleResourceKey

protected String getTitleResourceKey()
getTitleResourceKey - get resource key used to lookup menu titles

Overrides:
getTitleResourceKey in class StandardBackMenuDefinition
Returns:
resource key


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.