play.api

templates

package templates

Contains Template adapters for typical Play applications.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. templates
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Html extends Appendable[Html] with Content with Content

    Content type used in default HTML templates.

  2. class Txt extends Appendable[Txt] with Content with Content

    Content type used in default text templates.

  3. class Xml extends Appendable[Xml] with Content with Content

    Content type used in default XML templates.

Value Members

  1. object Html

    Helper for HTML utility methods.

  2. object HtmlFormat extends Format[Html]

    Formatter for HTML content.

  3. object PlayMagic

    Defines a magic helper for Play templates.

  4. object Txt

    Helper for utilities Txt methods.

  5. object TxtFormat extends Format[Txt]

    Formatter for text content.

  6. object Xml

    Helper for XML utility methods.

  7. object XmlFormat extends Format[Xml]

    Formatter for XML content.

Inherited from AnyRef

Inherited from Any

Ungrouped