NAME
Hyper::Request::ModPerl2 - store data for one Request only
VERSION
This document describes Hyper::Request::ModPerl2 0.01
SYNOPSIS
use Hyper::Request::ModPerl2;
my $object = Hyper::Request::ModPerl2->new();
DESCRIPTION
Used to keep data persistent for one request. This mechanism is used for Hyper's Singleton mechanism.
Instead of Hyper::Request::Default this class works with ModPerl2.
ATTRIBUTES
SUBROUTINES/METHODS
set_note
$object->set_note({ 'Hyper::Singleton::Test' => $singleton_test });
Add a named note/item to request-sensitive storage.
get_note
$object->get_note('Hyper::Singleton::Test');
Get a named note/item from request-sensitive storage.
cleanup
$object->cleanup();
Remote all notes/items from request-sensitive storage.
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
version
INCOMPATIBILITIES
BUGS AND LIMITATIONS
RCS INFORMATIONS
- Last changed by
-
$Author: ac0v $
- Id
-
$Id: ModPerl2.pm 528 2009-01-11 05:43:02Z ac0v $
- Revision
-
$Revision: 528 $
- Date
-
$Date: 2009-01-11 06:43:02 +0100 (So, 11 Jan 2009) $
- HeadURL
-
$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper/tags/0.05/lib/Hyper/Request/ModPerl2.pm $
AUTHOR
Andreas Specht <ACID@cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2009, Andreas Specht <ACID@cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.