|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.w3c.jigsaw.ssi.servlets.ServletCommand
Implementation of the SSI servlet command.
Servlet can be executed
simply by providing a url path to a servlet class.
| Field Summary | |
protected static java.util.Hashtable |
wrappers
|
| Constructor Summary | |
ServletCommand()
|
|
| Method Summary | |
boolean |
acceptCaching()
return true if reply can be cached. |
protected void |
addParam(java.util.Dictionary d,
java.lang.String name,
java.lang.String param,
java.lang.String value)
|
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. |
protected java.util.Hashtable |
getParams(java.util.Dictionary d,
java.lang.String name)
|
java.lang.String |
getValue(java.util.Dictionary variables,
java.lang.String var,
Request request)
Returns the (String) value of the given variable. |
protected boolean |
isRemote(java.lang.String code)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static java.util.Hashtable wrappers
| Constructor Detail |
public ServletCommand()
| Method Detail |
protected void addParam(java.util.Dictionary d,
java.lang.String name,
java.lang.String param,
java.lang.String value)
protected java.util.Hashtable getParams(java.util.Dictionary d,
java.lang.String name)
public java.lang.String getName()
CommandlookupCommand method in the command registry.)
getName in interface CommandCommandRegistry.lookupCommand(java.lang.String)
public java.lang.String getValue(java.util.Dictionary variables,
java.lang.String var,
Request request)
Command
getValue in interface Commandprotected boolean isRemote(java.lang.String code)
public boolean acceptCaching()
acceptCaching in interface Command
public Reply execute(SSIFrame ssiframe,
Request request,
ArrayDictionary parameters,
java.util.Dictionary variables)
CommandIt 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.
execute in interface Commandrequest - the original HTTP requestparameters - The parameters for this commandvariables - The global variables for the parse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||