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

NAME

Egg::Helper::BlankPage - Default page for project.

SYNOPSIS

  require Egg::Helper::BlankPage;
  
  $e->response->body( Egg::Helper::BlankPage->out($e) );

DESCRIPTION

The screen display of the default immediately after generation of the project is supported.

METHODS

out ( [PROJECT_OBJ] )

The default screen is returned.

The sample code of dispatch is acquired from '_example_code' method of the Dispatch module.

  my $body= Egg::Helper::BlankPage->out($e);

SEE ALSO

Egg::Dispatch Egg::Dispatch::Fast Egg::Dispatch::Standard Egg::Release,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT

Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.