NAME
OpenFrame::Server - Class representing an OpenFrame installation
SYNOPSIS
use OpenFrame::Server;
OpenFrame::Server->action( $abstract_request )
DESCRIPTION
The OpenFrame::Server class represents an installation of OpenFrame. It takes an OpenFrame::AbstractRequest object and starts the slot execution process (see OpenFrame::Slots
. Its method, action() returns an AbstractRequest object.
BUGS
Need to return a blank AbstractRequest if nothing happens of any consequence. That in itself being consequential.
AUTHOR
James A. Duncan <jduncan@fotango.com>
COPYRIGHT
Copyright 2001 Fotango Ltd This module is released under the same terms as Perl.