All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.EchoCommand

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

public class EchoCommand
extends Object
implements Command
Implementation of the echo SSI command. As extensions, it has the parameters "reqstate" (for echoing Jigsaw request states) and "reqheader" (for echoing request header).

Also, it can take the flag "here", whose presence means that the variable is to be interpreted at the deepest request level (in the case of chained internal requests), instead of doing so at the top (external request) level. It inserts the value of a variable in the document.


Constructor Index

 o EchoCommand()

Method Index

 o execute(SSIResource, Request, ArrayDictionary, Dictionary)
 o getName()
 o getValue(Dictionary, String)

Constructors

 o EchoCommand
 public EchoCommand()

Methods

 o execute
 public Reply execute(SSIResource resource,
                      Request request,
                      ArrayDictionary parameters,
                      Dictionary variables)
 o getName
 public String getName()
 o getValue
 public String getValue(Dictionary variables,
                        String variable)

All Packages  Class Hierarchy  This Package  Previous  Next  Index