Class

atg.servlet.pipeline.CookiePipelineServlet

Component

/atg/dynamo/servlet/pipeline/CookieServlet (DAS)

CookieServlet examines the headers of a request to extract any cookies passed by the browser. These cookies are gathered into a Dictionary and added as an attribute named by CookiePipelineServlet.ATTRIBUTE_NAME. The attributes are actually added using an attribute factory, so that the cookies are not actually computed until the first time that attribute is accessed. The servlet does not modify any of the headers of the request.

The cookies are represented by a Dictionary where each entry’s key is the name of a cookie, and each entry’s value is the value of that cookie. If a cookie does not have a value, its value shows up as an empty string.

 
loading table of contents...