play.api

templates

package templates

Contains Template adapters for typical Play applications.

Source
package.scala
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. type Html = twirl.api.Html

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.Html

  2. type JavaScript = twirl.api.JavaScript

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.JavaScript

  3. type Txt = twirl.api.Txt

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.Txt

  4. type Xml = twirl.api.Xml

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.Xml

Value Members

  1. object PlayMagic

    Defines a magic helper for Play templates.

Deprecated Value Members

  1. val Html: twirl.api.Html.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.Html

  2. val HtmlFormat: twirl.api.HtmlFormat.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.HtmlFormat

  3. val JavaScript: twirl.api.JavaScript.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.JavaScript

  4. val JavaScriptFormat: twirl.api.JavaScriptFormat.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.JavaScriptFormat

  5. val Txt: twirl.api.Txt.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.Txt

  6. val TxtFormat: twirl.api.TxtFormat.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.TxtFormat

  7. val Xml: twirl.api.Xml.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.Xml

  8. val XmlFormat: twirl.api.XmlFormat.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use play.twirl.api.XmlFormat

Inherited from AnyRef

Inherited from Any

Ungrouped