play.api

templates

package templates

Contains Template adapters for typical Play applications.

Visibility
  1. Public
  2. All

Type Members

  1. case class Html (text: String) extends Appendable[Html] with Content with Content with Product with Serializable

    Content type used in default HTML templates.

  2. case class Txt (text: String) extends Appendable[Txt] with Content with Content with Product with Serializable

    Content type used in default text templates.

  3. case class Xml (text: String) extends Appendable[Xml] with Content with Content with Product with Serializable

    Content type used in default XML templates.

Value Members

  1. object Html extends Serializable

    Helper for HTML utility methods.

  2. object HtmlFormat extends Format[Html]

    Formatter for HTML content.

  3. object PlayMagic extends AnyRef

    Defines a magic helper for Play templates.

  4. object PlayMagicForJava extends AnyRef

    Defines a magic helper for Play templates in a Java context.

  5. object Txt extends Serializable

    Helper for utilities Txt methods.

  6. object TxtFormat extends Format[Txt]

    Formatter for text content.

  7. object Xml extends Serializable

    Helper for XML utility methods.

  8. object XmlFormat extends Format[Xml]

    Formatter for XML content.