PreMenu

olon.sitemap.Menu.PreMenu
class PreMenu(name: String, linkText: LinkText[Unit])

An intermediate class that holds the basic stuff that's needed to make a Menu item for SiteMap. You must include at least one URI path element by calling the / method.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def /(pathElement: LocPath): Menuable & WithSlash

The method to add a path element to the URL representing this menu item

The method to add a path element to the URL representing this menu item

Attributes

def path(pathElement: String): Menuable & WithSlash