All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.ssi.BasicCommandRegistry
java.lang.Object
|
+----w3c.jigsaw.ssi.CommandRegistry
|
+----w3c.jigsaw.ssi.BasicCommandRegistry
- public class BasicCommandRegistry
- extends CommandRegistry
An implementation of CommandRegistry that uses a hash table
to store the commands.
-
BasicCommandRegistry()
-
-
initVariables(SSIResource, Request, Dictionary)
- Initialize execution variables.
-
lookupCommand(String)
-
Look up a command from its name.
-
registerCommand(Command)
-
BasicCommandRegistry
public BasicCommandRegistry()
registerCommand
public void registerCommand(Command cmd)
lookupCommand
public Command lookupCommand(String name)
- Look up a command from its name.
- Overrides:
- lookupCommand in class CommandRegistry
initVariables
public Dictionary initVariables(SSIResource resource,
Request request,
Dictionary variables)
- Initialize execution variables.
- Overrides:
- initVariables in class CommandRegistry
All Packages Class Hierarchy This Package Previous Next Index