W3C Jigsaw


All resources All frames

ProcessFilter

The ProcessFilter is for post-processing a reply's content. It allows you to run the target's reply content through external filters before it is sent back to the browser.

The external program is given by the command attribute, which can specify any additional arguments for the external process (along with its path, of course).


Inherits

The ProcessFilter class inerits from the following classes:


Attributes description

The ProcessFilter defines the following attributes:


command
semantics
The command to run when invoking the external program that will do the filtering. This attribute must contain at least the program name as its first String entry, and any additional parameters (as required).
type
This attribute is an editable StringArrayAttribute
default value
This attribute defaults to null.


Jigsaw Team
$Id: org.w3c.jigsaw.filters.ProcessFilter.html,v 1.3 1998/03/27 08:18:12 bmahe Exp $