play

templates

package templates

Visibility
  1. Public
  2. All

Type Members

  1. trait Appendable[T] extends AnyRef

    A type that has a binary += operation.

  2. case class BaseScalaTemplate[T <: Appendable[T], F <: Format[T]](format: F) extends Product with Serializable

  3. trait Format[T <: Appendable[T]] extends AnyRef

    A template format defines how to properly integrate content for a type T (e.

Value Members

  1. object TemplateMagic

Ungrouped