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:
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
 java.lang.String getName()
          getName - get menu name
 java.lang.String getOptions()
          getOptions - get comma separated menu options if not specified as elements
 java.lang.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 java.lang.String getName()
getName - get menu name

Specified by:
getName in interface MenuDefinition
Overrides:
getName in class StandardMenuDefinitionImpl
Returns:
menu name

getOptions

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

Specified by:
getOptions in interface 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 MenuDefinition
Overrides:
isRegexp in class StandardMenuDefinitionImpl
Returns:
regexp flag

getSkin

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

Specified by:
getSkin in interface MenuDefinition
Overrides:
getSkin in class StandardMenuDefinitionImpl
Returns:
skin name


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