The error filter allows you to redefine on the fly all the error messages flowing out of Jigsaw. The general principle is that all error messages comming out of Jigsaw are filtered, and intercepted. Jigsaw then uses internal requests to query some other resource for generating the exact text of the error message.
The ErrorFilter class inherits from the following classes:
The ErrorFilter defines the following attributes:
/errors
.
/errors
, and this attribute
is set to html
, then the when generating the message for a
407
error, the error filter will use the
/errors/407.html
resource.
html
.
Jigsaw Team
$Id: w3c.jigsaw.filters.ErrorFilter.html,v 1.1 1996/09/08 21:00:49 abaird
Exp $