|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.jigsaw.ssi.commands.BasicCommand org.w3c.jigsaw.ssi.commands.ExecCommand
public class ExecCommand
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.
Field Summary |
---|
Fields inherited from class org.w3c.jigsaw.ssi.commands.BasicCommand |
---|
STATE_IF_MODIFIED_SINCE |
Constructor Summary | |
---|---|
ExecCommand()
|
Method Summary | |
---|---|
boolean |
acceptCaching()
return true if reply can be cached. |
Reply |
execute(SSIFrame ssiframe,
Request request,
ArrayDictionary parameters,
java.util.Dictionary variables)
Executes this command. |
java.lang.String |
getName()
Returns the name of this command. |
java.lang.String |
getValue(java.util.Dictionary variables,
java.lang.String variable,
Request request)
Returns the (String) value of the given variable. |
Methods inherited from class org.w3c.jigsaw.ssi.commands.BasicCommand |
---|
handleSimpleIMS |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecCommand()
Method Detail |
---|
public Reply execute(SSIFrame ssiframe, Request request, ArrayDictionary parameters, java.util.Dictionary variables)
Command
It may handle conditional requests, except that if it replies with a status of HTTP.NOT_MODIFIED, it must still reply with a content (the same content that it would have returned for an inconditional request). This is because further SSI commands down the line may decide thay they have been modified, and then a content must be emitted by SSIFrame.
request
- the original HTTP requestparameters
- The parameters for this commandvariables
- The global variables for the parse
public boolean acceptCaching()
acceptCaching
in interface Command
acceptCaching
in class BasicCommand
public java.lang.String getName()
Command
lookupCommand
method in the command registry.)
CommandRegistry.lookupCommand(java.lang.String)
public java.lang.String getValue(java.util.Dictionary variables, java.lang.String variable, Request request)
Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |