Class/Object

net.liftweb.sitemap.Loc

Snippet

Related Docs: object Snippet | package Loc

Permalink

class Snippet extends ValueSnippets[Any] with AnyLocParam

A single snippet that's associated with a Loc, but is not directly aware of the Loc value.

See also

ValueSnippets

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Snippet
  2. ValueSnippets
  3. LocParam
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Snippet(name: String, _func: ⇒ (NodeSeq) ⇒ NodeSeq)

    Permalink

    name

    the snippet name

    _func

    the snippet function. Note that this is a call-by-name parameter; that is, the function expression passed in will be evaluated each time the function is invoked.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def func: (NodeSeq) ⇒ NodeSeq

    Permalink

    The NodeSeq => NodeSeq function

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val name: String

    Permalink

    the snippet name

  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. def onCreate(loc: Loc[_]): Unit

    Permalink
    Definition Classes
    LocParam
  18. def snippets: PartialFunction[(String, Box[Any]), (NodeSeq) ⇒ NodeSeq]

    Permalink

    Provides snippets for the Loc.

    Provides snippets for the Loc.

    returns

    a PartialFunction that maps a snippet name, and an optional Loc value, in a Tuple2, to a snippet function (NodeSeq => NodeSeq).

    Definition Classes
    SnippetValueSnippets
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ValueSnippets[Any]

Inherited from LocParam[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped