Web Connection User's Guide

AbtWsiConfiguration class methods

errorHandler: aClass
When an exception occurs during the processing of a request, the following processing occurs:

errorHandler
Answers the Web Connection part class set by the errorHandler: method.

notFoundHandler: aClass
When a request is received which corresponds to a part which is not in the current image, the class specified by the notFoundHandler: method is used to generate the output for the page. This class should be a normal Web Connection part. The processing which occurs for this page is the same as if the page had been requested normally.

notFoundHandler
Answers the Web Connection part class set by the notFoundHandler: method.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]