java.lang .Object org.apache.jetspeed.om.folder.impl .StandardMenuIncludeDefinitionImpl StandardMenuIncludeDefinitionImpl abstract public class StandardMenuIncludeDefinitionImpl implements MenuIncludeDefinition (Code) This interface describes the object used to define
portal site menu included menus.
author: Randy Watler version: $Id: StandardMenuIncludeDefinitionImpl.java 516448 2007-03-09 16:25:47Z ate $
StandardMenuIncludeDefinitionImpl public StandardMenuIncludeDefinitionImpl()(Code) StandardMenuIncludeDefinitionImpl - constructor
getName public String getName()(Code) getName - get menu name to nest or with options to include
menu name
isNest public boolean isNest()(Code) isNest - get nesting for included menu
nest options flag
setName public void setName(String name)(Code) setName - set menu name to nest or with options to include
Parameters: name - menu name
setNest public void setNest(boolean nest)(Code) setNest - set nesting for included menu
Parameters: nest - nest menu flag