Packages

final case class BaseUrl(value: String) extends PathLike[BaseUrl] with Product with Serializable

The prefix of all routes on a page.

The router expects this to be a full URL. Examples: BaseUrl("http://www.blah.com/hello"), BaseUrl.fromWindowOrigin / "hello".

Linear Supertypes
Serializable, Serializable, Product, Equals, PathLike[BaseUrl], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseUrl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PathLike
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseUrl(value: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def +(p: BaseUrl): BaseUrl
    Definition Classes
    PathLike
  4. final def +(p: String): BaseUrl
    Definition Classes
    PathLike
  5. final def /(p: BaseUrl): BaseUrl
    Definition Classes
    PathLike
  6. final def /(p: String): BaseUrl
    Definition Classes
    PathLike
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def abs: AbsUrl
  9. def apply(p: Path): AbsUrl
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def endWith_/: BaseUrl
    Definition Classes
    PathLike
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isEmpty: Boolean
    Definition Classes
    PathLike
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def make(s: String): BaseUrl
    Attributes
    protected
    Definition Classes
    BaseUrlPathLike
  19. final def map(f: (String) ⇒ String): BaseUrl
    Definition Classes
    PathLike
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def nonEmpty: Boolean
    Definition Classes
    PathLike
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def rtrim_/: BaseUrl
    Definition Classes
    PathLike
  25. def str(s: BaseUrl): String
    Attributes
    protected
    Definition Classes
    BaseUrlPathLike
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. val value: String
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PathLike[BaseUrl]

Inherited from AnyRef

Inherited from Any

Ungrouped