trait Url extends AnyRef
- Alphabetic
- By Inheritance
- Url
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def absSockJsUrl[T <: SockJsAction](implicit arg0: Manifest[T]): String
- def absUrl[T <: Action](implicit arg0: Manifest[T]): String
- def absUrl[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): String
- def absUrl(params: (String, Any)*): String
- lazy val absUrl: String
- lazy val absUrlPrefix: String
- lazy val absUrlPrefixWithoutScheme: String
- lazy val absWebSocketRequestUrl: String
- def absWebSocketUrl[T <: WebSocketAction](implicit arg0: Manifest[T]): String
- def absWebSocketUrl[T <: WebSocketAction](params: (String, Any)*)(implicit arg0: Manifest[T]): String
- def absWebSocketUrl(params: (String, Any)*): String
- lazy val absWebSocketUrl: String
- lazy val absWebSocketUrlPrefix: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def publicUrl(directory: String, devFile: String, prodFile: String): String
Ex: publicUrl("jquery/3.4.1/dist", "jquery.js", "jquery.min.js")
Ex: publicUrl("jquery/3.4.1/dist", "jquery.js", "jquery.min.js")
- directory
Relative to the "public" directory, without leading "/"
- devFile
File in the directory to use in development mode
- prodFile
File in the directory to use in production mode
- def publicUrl(devPath: String, prodPath: String): String
Ex: publicUrl("jquery/3.4.1/dist/jquery.js", "jquery/3.4.1/dist/jquery.min.js")
Ex: publicUrl("jquery/3.4.1/dist/jquery.js", "jquery/3.4.1/dist/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 "/"
- def publicUrl(path: String): String
Ex: publicUrl("jquery/3.4.1/dist/jquery.js")
Ex: publicUrl("jquery/3.4.1/dist/jquery.js")
- path
Relative to the "public" directory, without leading "/"
- def sockJsUrl[T <: SockJsAction](implicit arg0: Manifest[T]): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def url[T <: Action](implicit arg0: Manifest[T]): String
- def url[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): String
- def url(params: (String, Any)*): String
- lazy val url: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def webJarsUrl(directory: String, devFile: String, prodFile: String): String
Ex: webJarsUrl("jquery/3.4.1/dist", "jquery.js", "jquery.min.js")
Ex: webJarsUrl("jquery/3.4.1/dist", "jquery.js", "jquery.min.js")
- devFile
File in the directory to use in development mode
- prodFile
File in the directory to use in production mode
- def webJarsUrl(devPath: String, prodPath: String): String
Ex: webJarsUrl("jquery/3.4.1/dist/jquery.js", "jquery/3.4.1/dist/jquery.min.js")
Ex: webJarsUrl("jquery/3.4.1/dist/jquery.js", "jquery/3.4.1/dist/jquery.min.js")
- devPath
File path to use in development mode
- prodPath
File path to use in production mode
- def webJarsUrl(path: String): String
- path
Use "myapp/foo.js" to specify "META-INF/resources/webjars/myapp/foo.js"