|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.w3c.jigsaw.ssi.commands.CommandRegistry
This class represents a group of SSI commands. This is an abstract class. A concrete subclass of this class is supplied to the SSIFrame for finding the commands present in the document.
BasicCommandRegistry,
DefaultCommandRegistry,
Serialized Form| Constructor Summary | |
CommandRegistry()
|
|
| Method Summary | |
abstract java.util.Dictionary |
initVariables(SSIFrame ssiframe,
Request request,
java.util.Dictionary variables)
Initialize execution variables. |
abstract Command |
lookupCommand(java.lang.String name)
Look up a command from its name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommandRegistry()
| Method Detail |
public abstract Command lookupCommand(java.lang.String name)
name - the name
public abstract java.util.Dictionary initVariables(SSIFrame ssiframe,
Request request,
java.util.Dictionary variables)
request - the HTTP requestvariables - other variables previously defined
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||