net.liftweb.sitemap.Loc
A subclass of LocSnippets with a built in dispatch method (no need to implement isDefinedAt or apply... just def dispatch: PartialFunction[String, NodeSeq => NodeSeq].
ValueSnippets.apply
ValueSnippets
Provides snippets for the Loc.
Loc
a PartialFunction that maps a snippet name, and an optional Loc value, in a Tuple2, to a snippet function (NodeSeq => NodeSeq).
PartialFunction
Tuple2
NodeSeq
A subclass of LocSnippets with a built in dispatch method (no need to implement isDefinedAt or apply... just def dispatch: PartialFunction[String, NodeSeq => NodeSeq].
ValueSnippets.apply
ValueSnippets