All Resources All
filters
CgiResource
Inherits
The CgiResource class inherits from the following classes:
Attributes description
The CgiResource defines the following attributes:
command
-
semantics
-
The command to launch in order to run the CGI script. This should provide
the full pat hto the executable script. Each entry of the (String) array
gives is passed as an extra argument to the script, the first one being (by
convention) the full script's path.
-
type
-
This attribute is a editable
StringArrayAttribute.
-
default value
-
This attribute has no default value, and should be provided one through the
resource editor..
noheader
-
semantics
-
At what interval should the thread listing refresh itself. When available,
this resource uses the Refresh header to make itself refresh regularly. This
attribute gives the period of this refresh in seconds.
-
type
-
This attribute is a editable
BooleanAttribute.
-
default value
-
This attribute defaults to false.
generates-form
-
semantics
-
Should the script be used to generate the form to be filled-in ? This resource
allows you to put your form in a file (since it inherits from the
FileResource), instead
of having to launch the script to generate it. For compatibilty, this flags
is turned to false by default, although, the second alternative (having
the form in a separate file) will probably be much (much) more efficient.
-
type
-
This attribute is a editable
BooleanAttribute.
-
default value
-
This attribute defaults to false.
Anselm Baird-Smith
$Id: w3c.jigsaw.forms.CgiResource.html,v 1.1 1996/04/29 23:36:22 abaird Exp $