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.
-
STATE_IF_MODIFIED_SINCE
-
-
BasicCommand()
-
-
execute(SSIResource, Request, ArrayDictionary, Dictionary)
- Executes this command.
-
getName()
-
Returns the name of this command.
-
getValue(Dictionary, String)
- Returns the (String) value of the given variable.
-
handleSimpleIMS(Request, Reply)
-
STATE_IF_MODIFIED_SINCE
protected static final String STATE_IF_MODIFIED_SINCE
BasicCommand
public BasicCommand()
handleSimpleIMS
protected void handleSimpleIMS(Request request,
Reply reply)
All Packages Class Hierarchy This Package Previous Next Index