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