public interface ControlCommand extends Command(Code)
This interface is used to supply implementations of SSI
commands. They have to be registered in a CommandRegistry, which in
turn is used by the SSIFrame. A control command is a command
like loop or if witch can modify the way to execute commands.
A control command have to register is position and to know the
next position. A position is an integer, witch can be an array
index.
See Also:org.w3c.jigsaw.ssi.commands.CommandRegistry author: Benoit Mahe