play.mvc
Interface Http.Cookies

Enclosing class:
Http

public static interface Http.Cookies

HTTP Cookies set


Method Summary
 Http.Cookie get(java.lang.String name)
           
 

Method Detail

get

Http.Cookie get(java.lang.String name)
Parameters:
name - Name of the cookie to retrieve
Returns:
the cookie that is associated with the given name, or null if there is no such cookie