play.mvc
Interface Http.Cookies

All Superinterfaces:
java.lang.Iterable<Http.Cookie>
Enclosing class:
Http

public static interface Http.Cookies
extends java.lang.Iterable<Http.Cookie>

HTTP Cookies set


Method Summary
 Http.Cookie get(java.lang.String name)
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

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