TwirlHelperImports

play.twirl.api.TwirlHelperImports$

Imports for useful Twirl helpers.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

implicit class TwirlRichDate(date: Date)

Allows inline formatting of java.util.Date

Allows inline formatting of java.util.Date

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
implicit class TwirlRichString(string: String)

Adds a when method to Strings to control when they are rendered.

Adds a when method to Strings to control when they are rendered.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def TwirlRichDate(date: Date): TwirlRichDate

Allows inline formatting of java.util.Date

Allows inline formatting of java.util.Date

Attributes

final implicit def TwirlRichString(string: String): TwirlRichString

Adds a when method to Strings to control when they are rendered.

Adds a when method to Strings to control when they are rendered.

Attributes

implicit def twirlJavaCollectionToScala[T](x: Iterable[T]): Iterable[T]

Allows Java collections to be used as if they were Scala collections.

Allows Java collections to be used as if they were Scala collections.

Attributes