rapture.uri

Url

abstract class Url[+UrlType <: Url[UrlType]] extends AbsolutePath[UrlType] with Uri

Represents a generic URL

Self Type
UrlType
Linear Supertypes
Uri, AbsolutePath[UrlType], Path[UrlType], Link, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Url
  2. Uri
  3. AbsolutePath
  4. Path
  5. Link
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Url(elements: Seq[String], afterPath: AfterPath)

Abstract Value Members

  1. abstract def makePath(ascent: Int, elements: Seq[String], afterPath: AfterPath): UrlType

    Constructs a new path

    Constructs a new path

    Definition Classes
    AbsolutePathPath
  2. abstract val pathRoot: PathRoot[UrlType]

    The base for this URL

  3. abstract def schemeSpecificPart: String

    Definition Classes
    Uri

Concrete 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. def +[P <: Path[P]](dest: P): Path[_]

    Calculates the destination of the given link from this URL

    Calculates the destination of the given link from this URL

    Definition Classes
    UrlAbsolutePath
  5. def -[P <: AbsolutePath[P]](src: P)(implicit linkable: Linkable[P, UrlType]): Result

    Definition Classes
    AbsolutePath
  6. def /(path: SimplePath): UrlType

    Constructs a new URL by calculating the destination URL by following the given Path from this URL

  7. def /(element: String): UrlType

    Constructs a new URL by appending the given path element to the path.

    Constructs a new URL by appending the given path element to the path.

    Definition Classes
    UrlAbsolutePathPath
  8. def /?[Q](q: Q)(implicit qt: QueryType[UrlType, Q]): UrlType

    Definition Classes
    Path
  9. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  11. def absolute: Boolean

    This is an absolute path

    This is an absolute path

    Definition Classes
    AbsolutePathPathLink
  12. def afterPathString: String

    Attributes
    protected
    Definition Classes
    Path
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val ascent: Int

    Definition Classes
    Path
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def drop(n: Int): UrlType

    Drops the specified number of path elements from the left of the path

    Drops the specified number of path elements from the left of the path

    Definition Classes
    AbsolutePath
  17. def dropRight(n: Int): UrlType

    Drops the specified number of path elements from the right of the path

    Drops the specified number of path elements from the right of the path

    Definition Classes
    AbsolutePath
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(any: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

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

    Definition Classes
    Url → AnyRef → Any
  23. def head: String

    Returns the first element of the path, if it exists

    Returns the first element of the path, if it exists

    Definition Classes
    AbsolutePath
  24. def init: UrlType

    Returns all but the last element of the path

    Returns all but the last element of the path

    Definition Classes
    AbsolutePath
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isRoot: Boolean

    Returns true if this is a root path

    Returns true if this is a root path

    Definition Classes
    AbsolutePath
  27. def last: String

    Returns the last element of the path, if it exists

    Returns the last element of the path, if it exists

    Definition Classes
    AbsolutePath
  28. def link[P <: AbsolutePath[P]](dest: P)(implicit linkable: Linkable[UrlType, P]): Result

    Definition Classes
    AbsolutePath
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  32. def parent: UrlType

    Returns the parent path of this path; equivalent to tail

    Returns the parent path of this path; equivalent to tail

    Definition Classes
    AbsolutePath
  33. def pathString: String

    Definition Classes
    AbsolutePath
  34. def scheme: Scheme[UrlType]

    Delegate to make the URL's scheme from the PathRoot visible from the URL

    Delegate to make the URL's scheme from the PathRoot visible from the URL

    Definition Classes
    UrlUri
  35. def schemeName: String

    The string version of the scheme, for the benefit of the Uri trait

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def tail: UrlType

    Returns all but the first element of the path

    Returns all but the first element of the path

    Definition Classes
    AbsolutePath
  38. def take(n: Int): UrlType

    Drops all but the specified number of path elements from the left of the path

    Drops all but the specified number of path elements from the left of the path

    Definition Classes
    AbsolutePath
  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Uri

Inherited from AbsolutePath[UrlType]

Inherited from Path[UrlType]

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped