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: $
Id
$Id: $
Revision
$Revision: $
Date
$Date: $
HeadURL
$HeadURL: $

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.