DefaultUrlEncodedCookieDataCodec

play.api.mvc.DefaultUrlEncodedCookieDataCodec

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Decodes from an encoded String.

Decodes from an encoded String.

Attributes

Inherited from:
UrlEncodedCookieDataCodec
def encode(data: Map[String, String]): String

Encodes the data as a String.

Encodes the data as a String.

Attributes

Inherited from:
UrlEncodedCookieDataCodec

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product