net.liftweb.sitemap.Loc

Snippet

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
ValueSnippets[Any], LocParam[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Snippet
  2. ValueSnippets
  3. LocParam
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

    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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

    The NodeSeq => NodeSeq function

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

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

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

    Definition Classes
    Any
  15. val name: String

    the snippet name

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

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

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

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

    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
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ValueSnippets[Any]

Inherited from LocParam[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped