All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.ssi.commands.BasicCommandRegistry

java.lang.Object
   |
   +----org.w3c.jigsaw.ssi.commands.CommandRegistry
           |
           +----org.w3c.jigsaw.ssi.commands.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(SSIFrame, 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(SSIFrame ssiframe,
                                 Request request,
                                 Dictionary variables)
Initialize execution variables.

Overrides:
initVariables in class CommandRegistry

All Packages  Class Hierarchy  This Package  Previous  Next  Index