Packages

object AnyContent

Factory object for creating an AnyContent instance. Useful for unit testing.

Source
BodyParsers.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnyContent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(raw: RawBuffer): AnyContent
  2. def apply(formData: MultipartFormData[TemporaryFile]): AnyContent
  3. def apply(formUrlEncoded: Map[String, Seq[String]]): AnyContent
  4. def apply(xml: NodeSeq): AnyContent
  5. def apply(json: JsValue): AnyContent
  6. def apply(contentText: String): AnyContent
  7. def apply(): AnyContent