Package

play.api

mvc

Permalink

package mvc

Visibility
  1. Public
  2. All

Type Members

  1. case class Codec(charset: String)(encode: (String) ⇒ Array[Byte], decode: (Array[Byte]) ⇒ 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.

  2. trait LegacyI18nSupport extends AnyRef

    Permalink
  3. trait Results extends AnyRef

    Permalink

    Helper utilities to generate results.

Value Members

  1. object Codec extends Serializable

    Permalink

    Default Codec support.

  2. object Results extends Results with LegacyI18nSupport

    Permalink

    Helper utilities to generate results.

Ungrouped