org.w3c.jigsaw.ssi.commands
Class ConfigCommand

java.lang.Object
  |
  +--org.w3c.jigsaw.ssi.commands.ConfigCommand

public class ConfigCommand
extends java.lang.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 Summary
ConfigCommand()
           
 
Method Summary
 boolean acceptCaching()
          return true if reply can be cached.
 org.w3c.jigsaw.http.Reply execute(org.w3c.jigsaw.ssi.SSIFrame ssiframe, org.w3c.jigsaw.http.Request request, ArrayDictionary parameters, java.util.Dictionary variables)
           
 java.lang.String getName()
           
 java.lang.String getValue(java.util.Dictionary variables, java.lang.String variable, org.w3c.jigsaw.http.Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigCommand

public ConfigCommand()
Method Detail

execute

public org.w3c.jigsaw.http.Reply execute(org.w3c.jigsaw.ssi.SSIFrame ssiframe,
                                         org.w3c.jigsaw.http.Request request,
                                         ArrayDictionary parameters,
                                         java.util.Dictionary variables)
Specified by:
execute in interface Command

getName

public java.lang.String getName()
Specified by:
getName in interface Command

getValue

public java.lang.String getValue(java.util.Dictionary variables,
                                 java.lang.String variable,
                                 org.w3c.jigsaw.http.Request request)
Specified by:
getValue in interface Command

acceptCaching

public boolean acceptCaching()
return true if reply can be cached.
Specified by:
acceptCaching in interface Command
Returns:
a boolean.