case class SiteMap(globalParamFuncs: List[PartialFunction[Box[Req], AnyLocParam]], convertablekids: ConvertableToMenu*) extends HasKids with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SiteMap
- Serializable
- Product
- Equals
- HasKids
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SiteMap(globalParamFuncs: List[PartialFunction[Box[Req], AnyLocParam]], convertablekids: ConvertableToMenu*)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildMenu(current: Box[Loc[_]]): CompleteMenu
Build a menu based on the current location
- def buildUpperLines(pathAt: HasKids, actual: Menu, populate: List[MenuItem]): List[MenuItem]
- Definition Classes
- HasKids
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findLoc(req: Req): Box[Loc[_]]
- def findLoc(name: String): Box[Loc[_]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val globalParamFuncs: List[PartialFunction[Box[Req], AnyLocParam]]
- def globalParams: List[AnyLocParam]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRoot_?: Boolean
- Definition Classes
- HasKids
- lazy val kids: Seq[Menu]
- def locForGroup(group: String): Seq[Loc[_]]
Find all the menu items for a given group.
Find all the menu items for a given group. This method returns a linear sequence of menu items
- def menuForGroup(group: String): CompleteMenu
Find all the menu items for a given group.
Find all the menu items for a given group. This method returns menu tree
- lazy val menus: List[Menu]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rebuild(f: (List[Menu]) => List[Menu]): SiteMap
Create a new SiteMap by passing the current menu items to a function.
Create a new SiteMap by passing the current menu items to a function. This function can add to, remove, or otherwise mutate the current menu items.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()