All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.BasicCommand

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

public abstract 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 getValue(Dictionary, String)
Returns the (String) value of the given variable.
 o handleSimpleIMS(Request, Reply)

Variables

 o STATE_IF_MODIFIED_SINCE
 protected static final 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