Lift framework provides an Easy way to define a Sitemap.
I don't quite understand the example it provides.
what does ? and / mean in the following snippet?
def siteMap() = SiteMap(Menu(S ? "Home") / "index")
|
|
Both ? and / here are methods.
Menu constructor returns a
|
|||
|
|
|
I know nothing about Lift, but by looking at the ScalaDoc for S it's clear that |
||||
|
|