helma.Http.Cookie

Object
   |
   +--helma.Http.Cookie


Instances of this object represent a HTTP cookie
Defined in Http.js



Constructor Summary
helma.Http.Cookie(<String> name, <String> value)
            Creates a new instance of helma.Http.Cookie
 
Properties Summary
 String domain
          An optional domain where this cookie is valid
 Date expires
          An optional date defining the lifetime of this cookie
 String name
          The name of the Cookie
 String path
          An optional path where this cookie is valid
 String value
          The value of the Cookie
<static>  <final> java.text.SimpleDateFormat DATEFORMAT
          An instance of java.text.SimpleDateFormat used for both parsing an "expires" string into a date and vice versa
<static>  <final> RegExp PATTERN
          A regular expression used for parsing cookie strings
 
Methods Summary
 String getFieldValue()
           Returns this cookie in a format useable to set the HTTP header field "Cookie"
<static>  helma.Http.Cookie parse(<String> cookieStr)
           Parses the cookie string passed as argument into an instance of helma.Http

Constructor Detail

helma.Http.Cookie

helma.Http.Cookie(<String> name, <String> value)

Properties Detail

domain

String domain

expires

Date expires

name

String name

path

String path

value

String value

DATEFORMAT

<static> <final> java.text.SimpleDateFormat DATEFORMAT

PATTERN

<static> <final> RegExp PATTERN

Method Detail

getFieldValue

String getFieldValue()

parse

<static> helma.Http.Cookie parse(<String> cookieStr)


Documentation generated by JSDoc on Thu Apr 5 01:59:00 2007