You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by da...@cocoon.zones.apache.org on 2007/06/07 18:55:44 UTC

[DAISY] Created: Cookie Object

A new document has been created.

http://cocoon.zones.apache.org/daisy/legacydocs/1387.html

Document ID: 1387
Branch: main
Language: default
Name: Cookie Object
Document Type: Cocoon Document
Created: 6/7/07 4:55:30 PM
Creator (owner): Reinhard Pötz
State: publish

Parts
=====

Content
-------
Mime type: text/xml
Size: 1640 bytes
Content:
<html>
<body>

<p><tt>Cookie</tt> provides the following functions and properties:</p>

<h3>getName</h3>

<p><em>Function</em> <tt>[String] getName()</tt></p>

<p>Get the name of this cookie.</p>

<h3>getVersion</h3>

<p><em>Function</em> <tt>[String] getVersion()</tt></p>

<p>Get the version of this cookie.</p>

<h3>setVersion</h3>

<p><em>Function</em> <tt>setVersion([String] version)</tt></p>

<p>Set the version of this cookie.</p>

<h3>getValue</h3>

<p><em>Function</em> <tt>[String] getValue()</tt></p>

<p>Get the value of this cookie.</p>

<h3>setValue</h3>

<p><em>Function</em> <tt>setValue([String] value)</tt></p>

<p>Set the value of this cookie.</p>

<h3>getComment</h3>

<p><em>Function</em> <tt>[String] getComment()</tt></p>

<p>Get the comment of this cookie.</p>

<h3>setComment</h3>

<p><em>Function</em> <tt>setComment([String] comment)</tt></p>

<p>Set the comment of this cookie.</p>

<h3>getDomain</h3>

<p><em>Function</em> <tt>[String] getDomain()</tt></p>

<p>Get the domain of this cookie.</p>

<h3>setDomain</h3>

<p><em>Function</em> <tt>setDomain([String] domain)</tt></p>

<p>Set the domain of this cookie.</p>

<h3>getPath</h3>

<p><em>Function</em> <tt>[String] getPath()</tt></p>

<p>Get the path of this cookie.</p>

<h3>setPath</h3>

<p><em>Function</em> <tt>setPath([String] path)</tt></p>

<p>Set the path of this cookie.</p>

<h3>getSecure</h3>

<p><em>Function</em> <tt>[Boolean] getSecure()</tt></p>

<p>Get the secure property of this cookie.</p>

<h3>setSecure</h3>

<p><em>Function</em> <tt>setSecure([Boolean] value)</tt></p>

<p>Set the secure property of this cookie.</p>

</body>
</html>

Collections
===========
The document belongs to the following collections: cdocs-core, legacydocs