All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----w3c.jigsaw.ssi.servlets.ServletCommand
servlet
command.
Servlet can be executed
simply by providing a url path to a servlet class.
protected static Hashtable wrappers
public ServletCommand()
protected void addParam(Dictionary d, String name, String param, String value)getParams
protected Hashtable getParams(Dictionary d, String name)getName
public String getName()getValue
public String getValue(Dictionary variables, String var)isRemote
protected boolean isRemote(String code)execute
public Reply execute(SSIResource resource, Request request, ArrayDictionary parameters, Dictionary variables)
All Packages Class Hierarchy This Package Previous Next Index