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 !
-
CookieCommand()
-
-
execute(SSIFrame, Request, ArrayDictionary, Dictionary)
-
-
getName()
-
-
getValue(Dictionary, String, Request)
-
CookieCommand
public CookieCommand()
getName
public String getName()
execute
public Reply execute(SSIFrame ssiframe,
Request request,
ArrayDictionary parameters,
Dictionary variables)
getValue
public String getValue(Dictionary variables,
String variable,
Request request)
All Packages Class Hierarchy This Package Previous Next Index