Uses of Interface
org.apache.cocoon.environment.Cookie

Packages that use Cookie
org.apache.cocoon.environment   
 

Uses of Cookie in org.apache.cocoon.environment
 

Methods in org.apache.cocoon.environment that return Cookie
 Cookie Response.createCocoonCookie(String name, String value)
          Deprecated. use Response.createCookie(String, String) instead.
 Cookie[] Request.getCocoonCookies()
          Deprecated. use Request.getCookies() instead.
 

Methods in org.apache.cocoon.environment with parameters of type Cookie
 void Response.addCookie(Cookie cookie)
          Deprecated. use Response.addCookie(javax.servlet.http.Cookie) instead.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.