Codec

play.api.mvc.Codec
See theCodec companion class
object Codec

Default Codec support.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Codec.type

Members list

Value members

Concrete methods

def javaSupported(charset: String): Codec

Create a Codec from an encoding already supported by the JVM.

Create a Codec from an encoding already supported by the JVM.

Attributes

Concrete fields

Codec for ISO-8859-1

Codec for ISO-8859-1

Attributes

Implicits

Implicits

implicit val utf_8: Codec

Codec for UTF-8

Codec for UTF-8

Attributes