All Packages Class Hierarchy This Package Previous Next Index
 
 execute(SSIResource, Request, ArrayDictionary, Dictionary)
	execute(SSIResource, Request, ArrayDictionary, Dictionary)
   getName()
	getName()
   getValue(Dictionary, String)
	getValue(Dictionary, String)
   
 execute
execute
 public abstract Reply execute(SSIResource resource,
                               Request request,
                               ArrayDictionary parameters,
                               Dictionary variables)
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 SSIResource.
 getName
getName
public abstract String getName()
lookupCommand method in the command registry.)
 getValue
getValue
 public abstract String getValue(Dictionary variables,
                                 String variable)
All Packages Class Hierarchy This Package Previous Next Index