org.w3c.jigsaw.ssi.commands
Class IncludeCommand

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

public class IncludeCommand
extends BasicCommand

Implementation of the SSI include command. (CGI scripts can be included, simply by providing a so-called virtual path to a CgiResource).


Fields inherited from class org.w3c.jigsaw.ssi.commands.BasicCommand
STATE_IF_MODIFIED_SINCE
 
Constructor Summary
IncludeCommand()
           
 
Method Summary
 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 org.w3c.jigsaw.ssi.commands.BasicCommand
acceptCaching, handleSimpleIMS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeCommand

public IncludeCommand()
Method Detail

getName

public java.lang.String getName()

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)

getValue

public java.lang.String getValue(java.util.Dictionary variables,
                                 java.lang.String variable,
                                 org.w3c.jigsaw.http.Request request)