o

play.twirl.api

TwirlHelperImports

object TwirlHelperImports

Imports for useful Twirl helpers.

Source
TwirlHelperImports.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TwirlHelperImports
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class TwirlRichDate extends AnyRef

    Allows inline formatting of java.util.Date

  2. implicit class TwirlRichString extends AnyRef

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

Value Members

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

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