xitrum.action

Url

Related Doc: package action

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

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

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

  7. lazy val absUrl: String

  8. lazy val absUrlPrefix: String

  9. lazy val absUrlPrefixWithoutScheme: String

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  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
  16. def hashCode(): Int

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

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

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

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

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

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

    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

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

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

    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 "/"

  23. def publicUrl(path: String): String

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

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

    path

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

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

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

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

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

  31. lazy val url: String

  32. final def wait(): Unit

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

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

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

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

    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

  36. def webJarsUrl(path: String): String

    path

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

  37. lazy val webSocketAbsRequestUrl: String

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

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

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

  41. lazy val webSocketAbsUrl: String

  42. lazy val webSocketAbsUrlPrefix: String

Inherited from AnyRef

Inherited from Any

Ungrouped