xitrum.action

Url

trait Url extends AnyRef

Self Type
Action
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Url
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def absUrl[T <: Action](implicit arg0: Manifest[T]): String

  7. def absUrl[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): String

  8. def absUrl(params: (String, Any)*): String

  9. lazy val absUrl: String

  10. lazy val absUrlPrefix: String

  11. lazy val absUrlPrefixWithoutScheme: String

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def publicUrl(directory: String, devPath: String, prodPath: String): String

    Ex: publicUrl("jquery/2.

    Ex: publicUrl("jquery/2.1.3", "jquery.js", "jquery.min.js")

    directory

    Relative to the "public" directory, without leading "/"

    devPath

    File path to use in development mode, relative to "directory" above

    prodPath

    File path to use in production mode, relative to "directory" above

  24. def publicUrl(devPath: String, prodPath: String): String

    Ex: publicUrl("jquery.

    Ex: publicUrl("jquery.js", "jquery.min.js")

    devPath

    File path to use in development mode, relative to the "public" directory, without leading "/"

    prodPath

    File path to use in production mode, relative to the "public" directory, without leading "/"

  25. def publicUrl(path: String): String

    Ex: publicUrl("jquery/2.

    Ex: publicUrl("jquery/2.1.3/jquery.js")

    path

    Relative to the "public" directory, without leading "/"

  26. def sockJsAbsUrl[T <: SockJsAction](implicit arg0: Manifest[T]): String

  27. def sockJsUrl[T <: SockJsAction](implicit arg0: Manifest[T]): String

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def url[T <: Action](implicit arg0: Manifest[T]): String

  31. def url[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): String

  32. def url(params: (String, Any)*): String

  33. lazy val url: String

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def webJarsUrl(directory: String, devFile: String, prodFile: String): String

    Ex: webJarsUrl("jquery/2.

    Ex: webJarsUrl("jquery/2.1.3", "jquery.js", "jquery.min.js")

    devFile

    File to use in development mode

    prodFile

    File to use in production mode

  38. def webJarsUrl(path: String): String

    path

    Use "myapp/foo.js" to specify "META-INF/resources/webjars/myapp/foo.js"

  39. lazy val webSocketAbsRequestUrl: String

  40. def webSocketAbsUrl[T <: WebSocketAction](implicit arg0: Manifest[T]): String

  41. def webSocketAbsUrl[T <: WebSocketAction](params: (String, Any)*)(implicit arg0: Manifest[T]): String

  42. def webSocketAbsUrl(params: (String, Any)*): String

  43. lazy val webSocketAbsUrl: String

  44. lazy val webSocketAbsUrlPrefix: String

Inherited from AnyRef

Inherited from Any

Ungrouped