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

Class w3c.jigsaw.ssi.IncludeCommand

java.lang.Object
   |
   +----w3c.jigsaw.ssi.BasicCommand
           |
           +----w3c.jigsaw.ssi.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).

Constructor Index

 o IncludeCommand()

Method Index

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

Constructors

 o IncludeCommand
  public IncludeCommand()

Methods

 o getName
  public String getName()
Returns the name of this command.
Overrides:
getName in class BasicCommand
 o execute
  public Reply execute(SSIResource resource,
                       Request request,
                       ArrayDictionary parameters,
                       Dictionary variables)
Executes this command.
Overrides:
execute in class BasicCommand

All Packages  Class Hierarchy  This Package  Previous  Next  Index