UrlEncodedCookieDataCodec

play.api.mvc.UrlEncodedCookieDataCodec

This trait writes out cookies as url encoded safe text format, optionally prefixed with a signed code.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

The cookie signer.

The cookie signer.

Attributes

Concrete methods

def decode(data: String): Map[String, String]

Decodes from an encoded String.

Decodes from an encoded String.

Attributes

def encode(data: Map[String, String]): String

Encodes the data as a String.

Encodes the data as a String.

Attributes