Class w3c.jigsaw.ssi.BasicCommandRegistry
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.

Constructor Index

 o BasicCommandRegistry()

Method Index

 o initVariables(SSIResource, Request, Dictionary)
Initialize execution variables.
 o lookupCommand(String)
Look up a command from its name.
 o registerCommand(Command)

Constructors

 o BasicCommandRegistry
  public BasicCommandRegistry()

Methods

 o registerCommand
  public void registerCommand(Command cmd)
 o lookupCommand
  public Command lookupCommand(String name)
Look up a command from its name.
Overrides:
lookupCommand in class CommandRegistry
 o 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