All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.w3c.jigsaw.ssi.commands.BasicCommand | +----org.w3c.jigsaw.ssi.commands.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(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