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

Class w3c.jigsaw.ssi.BasicCommand

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

public class BasicCommand
extends Object
implements Command
This class just adds some convenience functions for commands.

Variable Index

 o STATE_IF_MODIFIED_SINCE

Constructor Index

 o BasicCommand()

Method Index

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

Variables

 o STATE_IF_MODIFIED_SINCE
  protected final static String STATE_IF_MODIFIED_SINCE

Constructors

 o BasicCommand
  public BasicCommand()

Methods

 o handleSimpleIMS
  protected void handleSimpleIMS(Request request,
                                 Reply reply)

All Packages  Class Hierarchy  This Package  Previous  Next  Index