Package

play.api

mvc

Permalink

package mvc

Visibility
  1. Public
  2. All

Type Members

  1. case class Codec(charset: String)(encode: (String) ⇒ ByteString, decode: (ByteString) ⇒ String) extends Product with Serializable

    Permalink

    A Codec handle the conversion of String to Byte arrays.

    A Codec handle the conversion of String to Byte arrays.

    charset

    The charset to be sent to the client.

    encode

    The transformation function.

Value Members

  1. object Codec extends Serializable

    Permalink

    Default Codec support.

Ungrouped