Hyper::Request::ModPerl2 - store data for one Request only


Back to Top


NAME

Hyper::Request::ModPerl2 - store data for one Request only

Back to Top


VERSION

This document describes Hyper::Request::ModPerl2 0.01

Back to Top


SYNOPSIS

    use Hyper::Request::ModPerl2;
    my $object = Hyper::Request::ModPerl2->new();

Back to Top


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.

Back to Top


ATTRIBUTES

Back to Top


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.

Back to Top


DIAGNOSTICS

Back to Top


CONFIGURATION AND ENVIRONMENT

Back to Top


DEPENDENCIES

Back to Top


INCOMPATIBILITIES

Back to Top


BUGS AND LIMITATIONS

Back to Top


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 $

Back to Top


AUTHOR

Andreas Specht <ACID@cpan.org>

Back to Top


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.

Back to Top

 Hyper::Request::ModPerl2 - store data for one Request only