XMLBodyWritables

play.api.libs.ws.XMLBodyWritables
See theXMLBodyWritables companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Implicits

Implicits

implicit val writeableOf_Document: BodyWritable[Document]

Creates an InMemoryBody with "text/xml" content type.

Creates an InMemoryBody with "text/xml" content type.

Attributes

implicit val writeableOf_NodeBuffer: BodyWritable[NodeBuffer]

Creates an InMemoryBody with "text/xml" content type.

Creates an InMemoryBody with "text/xml" content type.

Attributes

implicit def writeableOf_NodeSeq[C <: NodeSeq]: BodyWritable[C]

Creates an InMemoryBody with "text/xml" content type.

Creates an InMemoryBody with "text/xml" content type.

Attributes