| java.lang.Object org.w3c.jigsaw.ssi.commands.EchoCommand
EchoCommand | public class EchoCommand implements Command(Code) | | 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.
author: Antonio Ramirez |
acceptCaching | public boolean acceptCaching()(Code) | | return true if reply can be cached.
a boolean. |
|
|