All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----w3c.jigsaw.ssi.BasicCommand | +----w3c.jigsaw.ssi.ExecCommand
exec
command.
It inserts the output from a CGI script or a shell command in the
document. Note that in the Jigsaw architecture CGI scripts are just
another resource class, so that no distinction is made between
executing a CGI script or including a file.
Relies on variables set by DefaultCommandRegistry.
public ExecCommand()
public Reply execute(SSIResource resource, Request request, ArrayDictionary parameters, Dictionary variables)
public String getName()
public String getValue(Dictionary variables, String variable)
All Packages Class Hierarchy This Package Previous Next Index