All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.CookieCommand

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

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


Constructor Index

 o CookieCommand()

Method Index

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

Constructors

 o CookieCommand
 public CookieCommand()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index