All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.ssi.commands.CookieCommand

java.lang.Object
   |
   +----org.w3c.jigsaw.ssi.commands.CookieCommand

public class CookieCommand
extends Object
implements Command
Cookies access from server side includes. Powerfull thingy !


Constructor Index

 o CookieCommand()

Method Index

 o execute(SSIFrame, Request, ArrayDictionary, Dictionary)
 o getName()
 o getValue(Dictionary, String, Request)

Constructors

 o CookieCommand
 public CookieCommand()

Methods

 o getName
 public String getName()
 o execute
 public Reply execute(SSIFrame ssiframe,
                      Request request,
                      ArrayDictionary parameters,
                      Dictionary variables)
 o getValue
 public String getValue(Dictionary variables,
                        String variable,
                        Request request)

All Packages  Class Hierarchy  This Package  Previous  Next  Index