Packages

p

play.api

mvc

package mvc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    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

    Default Codec support.

Ungrouped