net.liftweb.sitemap.Loc
Allows you to create a handler for many snippets that are associated with a Loc, but agnostic to the Loc's value.
Loc
ValueSnippets.apply
ValueSnippets
Provides snippets for the 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
Allows you to create a handler for many snippets that are associated with a Loc, but agnostic to the
Loc
's value.ValueSnippets.apply
ValueSnippets