class Txt extends BufferedContent[Txt]

Content type used in default text templates.

Source
Formats.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Txt
  2. BufferedContent
  3. Content
  4. Appendable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Txt(elements: Seq[Txt])
  2. new Txt(text: String)

Value Members

  1. def body: String

    The content String.

    The content String.

    Definition Classes
    Content
  2. def contentType: String

    Content type of text (text/plain).

    Content type of text (text/plain).

    Definition Classes
    Content
  3. def equals(obj: Any): Boolean
    Definition Classes
    BufferedContent → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    BufferedContent → AnyRef → Any
  5. def toString(): String
    Definition Classes
    BufferedContent → AnyRef → Any