|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 FormConstructor Summary | |
CommandRegistry()
|
Method Summary | |
abstract java.util.Dictionary |
initVariables(org.w3c.jigsaw.ssi.SSIFrame ssiframe,
org.w3c.jigsaw.http.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 namepublic abstract java.util.Dictionary initVariables(org.w3c.jigsaw.ssi.SSIFrame ssiframe, org.w3c.jigsaw.http.Request request, java.util.Dictionary variables)
request
- the HTTP requestvariables
- other variables previously defined
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |