object AnyContent
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnyContent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(raw: RawBuffer): AnyContent
- def apply(formData: [TemporaryFile]): AnyContent
- def apply(formUrlEncoded: Map[String, Seq[String]]): AnyContent
- def apply(xml: NodeSeq): AnyContent
- def apply(json: JsValue): AnyContent
- def apply(contentText: String): AnyContent
- def apply(): AnyContent
Factory object for creating an AnyContent instance. Useful for unit testing.