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

NAME

Egg::View - Base class only for VIEW.

SYNOPSIS

  use Egg::View;
  
  # The parameter that wants to be used by default is set.
  %Egg::View::PARAMS= (
    hoge => '......',
    ....
    ..
    );

DESCRIPTION

This is a base class only for VIEW.

* VIEW only for the project must use 'Egg::Base'.

The parameter that wants to be used by default in setting the value in global HASH can be setup.

METHODS

new

Constructor.

template

It returns it guessing the template from the template set to $e->template or $e->action.

SEE ALSO

Egg::Model, 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.