Hyper::Developer::Generator::Control::Flow - class for generating Flow Controls |
Hyper::Developer::Generator::Control::Flow - class for generating Flow Controls
This document describes Hyper::Developer::Generator::Control::Flow 0.01
use Hyper::Developer::Generator::Control::Flow;
my $object = Hyper::Developer::Generator::Control::Flow->new({ base_path => '/srv/web/www.example.com/', namespace => 'Example', usecase => 'ChangePassword', service => 'AccountManagement', });
$object->create();
Used to create the initial environment for a Hyper Based Web Application.
my $object = Hyper::Developer::Generator::Control::Flow->new({ base_path => '/srv/web/www.example.com/', namespace => 'Example', usecase => 'ChangePassword', service => 'AccountManagement', });
Called on object creation and sets some default vars.
$object->create();
Creates the following files:
This is generated once and won't be signed over. That's the place where you can put your code in.
This file will be reqritten on each method call. So don't change anything in this file.
version
Hyper::Developer::Generator::Control::ContainerFlow
Class::Std
Hyper::Config::Reader::Flow
$Author: ac0v $
$Id: Flow.pm 320 2008-02-16 02:04:51Z ac0v $
$Revision: 320 $
$Date: 2008-02-16 03:04:51 +0100 (Sat, 16 Feb 2008) $
$HeadURL: file:///srv/cluster/svn/repos/Hyper/Hyper-Developer/trunk/lib/Hyper/Developer/Generator/Control/Flow.pm $
Andreas Specht <ACID@cpan.org>
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.
Hyper::Developer::Generator::Control::Flow - class for generating Flow Controls |