Docs » WebApp::Xaction
A Web transaction in this WebApp (base class)
TABLE OF CONTENTS
NAME
WebApp::Xaction - A Web transaction in this WebApp (base class)
VERSION
Time-stamp: <2006-04-25 14:17:18 mailto:attila@stalphonsos.com> $Id: Xaction.pm,v 1.6 2006/04/26 03:52:03 attila Exp $
SYNOPSIS
use Xaction;
DESCRIPTION
Objects of this class represent individual transactions (e.g. HTTP transactions) between the client and the application. I wrote several variants of this class in app-specific ways to see what worked best, and have abstracted out the most generic bits into WebApp::Xaction, in the hope that my existing Xaction classes can be migrated to inherit their common behaviors and state from WebApp::Xaction.
get_param_vec $name
Get the value of a parameter that we expect to be a vector, e.g. a list of checkbox inputs, etc. We always return an array, even if there is only one input by that name. We also always return sanitized inputs. If you want access to the raw, unsanitized inputs from the CGI object itself, see reget_param.
AUTHOR
Sean Levy <mailto:snl@cluefactory.com>
COPYRIGHT AND LICENSE
(C) 2002-2006 by Sean Levy <mailto:snl@cluefactory.com>. all rights reserved.
This code is released under a BSD license. Please see the LICENSE file that came with the source distribution or visit http://cluefactory.com/oss/WebApp/license.html