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.

Constructor Index

 o ConfigCommand()

Method Index

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

Constructors

 o ConfigCommand
  public ConfigCommand()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index