The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

This document describes Hyper::Request::Default 0.01

SYNOPSIS

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

DESCRIPTION

Used to keep data persistent for one request. This mechanism is used for Hyper's Singleton mechanism.

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: Default.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/Default.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.