c

net.liftweb.sitemap

ParamLocLink

final class ParamLocLink[T] extends Link[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParamLocLink
  2. Link
  3. PartialFunction
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParamLocLink(path: List[LocPath], headMatch: Boolean, backToList: (T) => List[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[C](k: PartialFunction[Box[Boolean], C]): PartialFunction[Req, C]
    Definition Classes
    PartialFunction
  5. def andThen[C](k: (Box[Boolean]) => C): PartialFunction[Req, C]
    Definition Classes
    PartialFunction → Function1
  6. def apply(in: Req): Box[Boolean]
    Definition Classes
    Link → Function1
  7. def applyOrElse[A1 <: Req, B1 >: Box[Boolean]](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def compose[R](k: PartialFunction[R, Req]): PartialFunction[R, Box[Boolean]]
    Definition Classes
    PartialFunction
  11. def compose[A](g: (A) => Req): (A) => Box[Boolean]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. def createLink(value: T): Box[NodeSeq]

    Returns the value created by createPath wrapped in a boxed scala.xml.Text element.

    Returns the value created by createPath wrapped in a boxed scala.xml.Text element. NOTE: This does not create a clickable HTML link on its own!

    Definition Classes
    Link
  13. def createPath(value: T): String

    Creates a string representation of the path to the Loc.

    Creates a string representation of the path to the Loc.

    Definition Classes
    Link
  14. def elementWise: ElementWiseExtractor[Req, Box[Boolean]]
    Definition Classes
    PartialFunction
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def external_?: Boolean

    Is the Loc external

    Is the Loc external

    Definition Classes
    Link
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def isDefinedAt(req: Req): Boolean
    Definition Classes
    ParamLocLinkLink → PartialFunction
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def lift: (Req) => Option[Box[Boolean]]
    Definition Classes
    PartialFunction
  24. val matchHead_?: Boolean
    Definition Classes
    Link
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def orElse[A1 <: Req, B1 >: Box[Boolean]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  29. def pathList(value: T): List[String]

    Override this method to modify the uriList with data from the Loc's value

    Override this method to modify the uriList with data from the Loc's value

    Definition Classes
    ParamLocLinkLink
  30. def runWith[U](action: (Box[Boolean]) => U): (Req) => Boolean
    Definition Classes
    PartialFunction
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def test(toTest: List[String], path: List[LocPath]): Boolean
    Annotations
    @tailrec()
  33. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  34. def unapply(a: Req): Option[Box[Boolean]]
    Definition Classes
    PartialFunction
  35. val uriList: List[String]
    Definition Classes
    Link
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Link[T]

Inherited from PartialFunction[Req, Box[Boolean]]

Inherited from (Req) => Box[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped