Class w3c.jigsaw.ssi.FLastModCommand
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.FLastModCommand

java.lang.Object
   |
   +----w3c.jigsaw.ssi.BasicCommand
           |
           +----w3c.jigsaw.ssi.FLastModCommand

public class FLastModCommand
extends BasicCommand
Implementation of the standard flastmod SSI command.

Constructor Index

 o FLastModCommand()

Method Index

 o execute(SSIResource, Request, ArrayDictionary, Dictionary)
Executes this command.
 o getName()
Returns the name of this command.

Constructors

 o FLastModCommand
  public FLastModCommand()

Methods

 o execute
  public Reply execute(SSIResource resource,
                       Request request,
                       ArrayDictionary parameters,
                       Dictionary variables)
Executes this command.
Overrides:
execute in class BasicCommand
 o getName
  public String getName()
Returns the name of this command.
Overrides:
getName in class BasicCommand

All Packages  Class Hierarchy  This Package  Previous  Next  Index