org.apache.jetspeed.portalsite.menu
Class StandardPagesMenuDefinition

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

public class StandardPagesMenuDefinition
extends StandardMenuDefinitionImpl

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

Version:
$Id: StandardPagesMenuDefinition.java 516448 2007-03-09 16:25:47Z ate $
Author:
Randy Watler

Field Summary
 
Fields inherited from interface org.apache.jetspeed.om.folder.MenuDefinition
ANY_PROFILE_LOCATOR
 
Constructor Summary
StandardPagesMenuDefinition()
          StandardPagesMenuDefinition - constructor
 
Method Summary
 String getName()
          getName - get menu name
 String getOptions()
          getOptions - get comma separated menu options if not specified as elements
 String getSkin()
          getSkin - get skin name for menu element
 boolean isRegexp()
          isRegexp - get regexp flag for interpreting specified option
 
Methods inherited from class org.apache.jetspeed.om.folder.impl.StandardMenuDefinitionImpl
getDepth, getMenuElements, getMetadata, getOrder, getProfile, getShortTitle, getShortTitle, getTitle, getTitle, getTitle, isPaths, 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

StandardPagesMenuDefinition

public StandardPagesMenuDefinition()
StandardPagesMenuDefinition - 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 StandardMenuDefinitionImpl
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 StandardMenuDefinitionImpl
Returns:
option paths specification

isRegexp

public boolean isRegexp()
isRegexp - get regexp flag for interpreting specified option

Specified by:
isRegexp in interface org.apache.jetspeed.om.folder.MenuDefinition
Overrides:
isRegexp in class StandardMenuDefinitionImpl
Returns:
regexp flag

getSkin

public String getSkin()
getSkin - get skin name for menu element

Specified by:
getSkin in interface org.apache.jetspeed.om.folder.MenuDefinition
Overrides:
getSkin in class StandardMenuDefinitionImpl
Returns:
skin name


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