All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.ConfigCommand

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

public class ConfigCommand
extends Object
implements Command
Implementation of the config SSI command. Used to set the sizefmt and datefmt variables, which control the output of file sizes and dates.


Constructor Index

 o ConfigCommand()

Method Index

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

Constructors

 o ConfigCommand
 public ConfigCommand()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index