All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.ssi.commands.IncludeCommand
java.lang.Object
|
+----org.w3c.jigsaw.ssi.commands.BasicCommand
|
+----org.w3c.jigsaw.ssi.commands.IncludeCommand
- public class IncludeCommand
- extends BasicCommand
Implementation of the SSI include
command. (CGI
scripts can be included, simply by providing a so-called
virtual path to a CgiResource).
-
IncludeCommand()
-
-
execute(SSIFrame, Request, ArrayDictionary, Dictionary)
- Executes this command.
-
getName()
-
Returns the name of this command.
-
getValue(Dictionary, String, Request)
- Returns the (String) value of the given variable.
IncludeCommand
public IncludeCommand()
getName
public String getName()
- Returns the name of this command.
- Overrides:
- getName in class BasicCommand
execute
public Reply execute(SSIFrame ssiframe,
Request request,
ArrayDictionary parameters,
Dictionary variables)
- Executes this command.
- Overrides:
- execute in class BasicCommand
getValue
public String getValue(Dictionary variables,
String variable,
Request request)
- Returns the (String) value of the given variable.
- Overrides:
- getValue in class BasicCommand
All Packages Class Hierarchy This Package Previous Next Index