All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----w3c.jigsaw.ssi.EchoCommand
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.
public EchoCommand()
public Reply execute(SSIResource resource, Request request, ArrayDictionary parameters, Dictionary variables)getName
public String getName()getValue
public String getValue(Dictionary variables, String variable)
All Packages Class Hierarchy This Package Previous Next Index