| java.lang.Object org.w3c.jigsaw.ssi.commands.BasicCommand org.w3c.jigsaw.ssi.commands.ExecCommand
ExecCommand | public class ExecCommand extends BasicCommand (Code) | | Implementation of the SSI 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.
author: Antonio Ramirez |
acceptCaching | public boolean acceptCaching()(Code) | | return true if reply can be cached.
a boolean. |
Fields inherited from org.w3c.jigsaw.ssi.commands.BasicCommand | final protected static String STATE_IF_MODIFIED_SINCE(Code)(Java Doc)
|
|
|