|
jigsaw mirrored (daily) 13 hours, 25 minutes, 24 seconds ago by
basemirror.de
hosted in Nuremberg,
Germany
by
baseportal
-- sponsored by
acc
&
zuuw
|
The SSI frame implements server-side parsing of HTML documents. Inside an SSIFrame-indexed file, any comment of the form <!--#commandName param1=val1 param2=val2 ... paramn=valn --> will be interpreted as a command. Commands are looked up in an instance of the class supplied in the registryClass attribute. This class must be a subclass of the abstract class org.w3c.jigsaw.ssi.commands.CommandRegistry. Commands are implementations of the Command interface or the ControlCommand interface.
If no command registry is specified, the resource will default to org.w3c.jigsaw.ssi.commands.DefaultCommandRegistry, which incorporates the most commonly used commands (including a set of commands analogous to the directives used by the NCSA server SSI module.)
The replies from each of the commands ("partial replies") are merged into a global reply. A Content-Length header will be emitted, provided that each of the commands emits one.
The following variables are always defined initially, independent of the command registry used:
Please note that both the CommandRegistry base class and the Command interface are likely to change in future releases.
The SSIFrame class inerits from the following classes:
The SSIFrame defines the following attributes:
maxDepth
secure
registryClass
Jigsaw Team
$Id: org.w3c.jigsaw.ssi.SSIFrame.html,v 1.3 1998/03/27 08:24:08 bmahe Exp
$
|
jigsaw mirrored (daily) 13 hours, 25 minutes, 24 seconds ago by
basemirror.de
hosted in Nuremberg,
Germany
by
baseportal
-- sponsored by
acc
&
zuuw
|