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::Request object and starts the slot execution process (see OpenFrame::Slot
. Its method, action() returns an Request object.
BUGS
Need to return a blank Request if nothing happens of any consequence. That in itself being consequential.
AUTHOR
James A. Duncan <jduncan@fotango.com>
COPYRIGHT
Copyright 2001-2 Fotango Ltd This module is released under the same terms as Perl.