Defines the interface for objects mediating the exchange of data between an HTTP server and a WebObjects application. This is an abstract class.
Receives requests from the adaptor and initiates and coordinates the request-handling process, after which it returns a response to the adaptor. WOApplication also creates dynamic elements "on the fly" and manages adaptors, sessions, application resources, and components.
Table of Contents Next Section