Embed

olon.builtin.snippet.Embed
object Embed extends DispatchSnippet

This object implements the logic for the <lift:embed> tag. It supports retrieving a template based on the "what" attribute, and any <lift:bind-at> tags contained in the embed tag will be used to replace <lift:bind> tags within the embedded template.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Embed.type

Members list

Type members

Inherited types

Attributes

Inherited from:
DispatchSnippet

Value members

Concrete methods

def render(kids: NodeSeq): NodeSeq