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

Packages that use Cookie
org.apache.cocoon.components.flow.javascript.fom   
org.apache.cocoon.components.language.markup.xsp   
org.apache.cocoon.environment   
org.apache.cocoon.environment.commandline   
org.apache.cocoon.environment.http   
org.apache.cocoon.environment.portlet   
org.apache.cocoon.environment.wrapper   
 

Uses of Cookie in org.apache.cocoon.components.flow.javascript.fom
 

Classes in org.apache.cocoon.components.flow.javascript.fom that implement Cookie
static class FOM_Cocoon.FOM_Cookie
           
 

Methods in org.apache.cocoon.components.flow.javascript.fom that return Cookie
 Cookie[] FOM_Cocoon.FOM_Request.getCookies()
           
 Cookie FOM_Cocoon.FOM_Response.createCookie(String name, String value)
           
 

Methods in org.apache.cocoon.components.flow.javascript.fom with parameters of type Cookie
 void FOM_Cocoon.FOM_Response.addCookie(Cookie cookie)
           
 

Uses of Cookie in org.apache.cocoon.components.language.markup.xsp
 

Methods in org.apache.cocoon.components.language.markup.xsp that return Cookie
static Cookie[] XSPCookieHelper.getCookies(Map objectModel)
          This method is used to return all the cookies that present in the passed request object
static Cookie XSPCookieHelper.getCookie(Map objectModel, String cookieName, int cookieIndex)
          Method used to return a cookie object based on the name or the index that was passed If both name and index of cookie to be extracted is passed in, name will take precedence.
 

Uses of Cookie in org.apache.cocoon.environment
 

Methods in org.apache.cocoon.environment that return Cookie
 Cookie Response.createCookie(String name, String value)
          Constructs a cookie with a specified name and value.
 Cookie[] Request.getCookies()
          Returns an array containing all of the Cookie objects the client sent with this request.
 

Methods in org.apache.cocoon.environment with parameters of type Cookie
 void Response.addCookie(Cookie cookie)
          Adds the specified cookie to the response.
 

Uses of Cookie in org.apache.cocoon.environment.commandline
 

Methods in org.apache.cocoon.environment.commandline that return Cookie
 Cookie CommandLineResponse.createCookie(String name, String value)
           
 Cookie[] CommandLineRequest.getCookies()
           
 

Methods in org.apache.cocoon.environment.commandline with parameters of type Cookie
 void CommandLineResponse.addCookie(Cookie cookie)
           
 

Uses of Cookie in org.apache.cocoon.environment.http
 

Classes in org.apache.cocoon.environment.http that implement Cookie
 class HttpCookie
          Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
 

Methods in org.apache.cocoon.environment.http that return Cookie
 Cookie HttpResponse.createCookie(String name, String value)
          Create a new cookie which is not added to the response
 Cookie[] HttpRequest.getCookies()
           
 

Methods in org.apache.cocoon.environment.http with parameters of type Cookie
 void HttpResponse.addCookie(Cookie cookie)
           
 

Uses of Cookie in org.apache.cocoon.environment.portlet
 

Classes in org.apache.cocoon.environment.portlet that implement Cookie
 class PortletCookie
          Implements Cookie interface for the JSR-168 Portlet environment.
 

Methods in org.apache.cocoon.environment.portlet that return Cookie
 Cookie PortletResponse.createCookie(String name, String value)
           
 Cookie[] PortletRequest.getCookies()
           
 

Methods in org.apache.cocoon.environment.portlet with parameters of type Cookie
 void PortletResponse.addCookie(Cookie cookie)
           
 

Uses of Cookie in org.apache.cocoon.environment.wrapper
 

Methods in org.apache.cocoon.environment.wrapper that return Cookie
 Cookie[] RequestWrapper.getCookies()
           
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.