WebJarAsset

class WebJarAsset(val fullPath: Try[String])
class Object
trait Matchable
class Any

Value members

Concrete methods

def css(params: Map[String, String]): Html

A CSS link tag

A CSS link tag

Returns

An Html with the tag or an error / empty string (depending on mode)

def img(params: Map[String, String]): Html

A img tag

A img tag

Returns

An Html with the tag or an error / empty string (depending on mode)

def script(params: Map[String, String]): Html
def url: Try[String]

Get the asset's reverse route

Get the asset's reverse route

Concrete fields

val fullPath: Try[String]
lazy val path: Try[String]