Class w3c.jigsaw.ssi.ConfigCommand
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.
-
ConfigCommand()
-
-
execute(SSIResource, Request, ArrayDictionary, Dictionary)
-
-
getName()
-
ConfigCommand
public ConfigCommand()
execute
public Reply execute(SSIResource resource,
Request request,
ArrayDictionary parameters,
Dictionary variables)
getName
public String getName()
All Packages Class Hierarchy This Package Previous Next Index