NAME

Hyper::Application - abstract base class for Hyper Applications

VERSION

This document describes Hyper::Application 0.01

SYNOPSIS

use Hyper::Application;
Hyper::Application->new({ flow_control => $flow_control })->work();

DESCRIPTION

Provides basic features needed for traversing flow controls.

ATTRIBUTES

flow_control :name<flow_control :default<()>
viewstate :get<viewstate>

This should be a valid JSON string.

SUBROUTINES/METHODS

START

Hyper::Application->new();

Restores viewstate of the flow_control the viewstate attribute of both are existant in the object attributes.

_populate_viewstate :RESTRICTED

$self->_populate_viewstate();

Collects the viewstate from the flow_control and stores the collected value as JSON string to the viewstate attribute.

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

BUGS AND LIMITATIONS

RCS INFORMATIONS

Last changed by
$Author: ac0v $
Id
$Id: Application.pm 317 2008-02-16 01:52:33Z ac0v $
Revision
$Revision: 317 $
Date
$Date: 2008-02-16 02:52:33 +0100 (Sat, 16 Feb 2008) $
HeadURL
$HeadURL: file:///srv/cluster/svn/repos/Hyper/Hyper/trunk/lib/Hyper/Application.pm $

AUTHOR

Andreas Specht <ACID@cpan.org>

LICENSE AND COPYRIGHT

Copyright (c) 2007, 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.