Egg::Component::Base - Base class for component.


Egg-Release documentation  | view source Contained in the Egg-Release distribution.

Index


NAME

Top

Egg::Component::Base - Base class for component.

SYNOPSIS

Top

  package MyApp::Component;
  use base qw/
    MyApp::Component::Hoge
    MyApp::Component::Booo
    Egg::Component::Base
    /;

  __PACKAGE__->_setup;

DESCRIPTION

Top

It is a convenient base class to construct the component of the Class::C3 base.

It has the method of the terminal for the following hook calls assumed beforehand.

_import, _startup, _setup, _prepare, _dispatch, _action_start, _action_end, _finalize, _finalize_error, _output, _finish, _result

SEE ALSO

Top

Egg::Release, Egg::Component,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Release documentation  | view source Contained in the Egg-Release distribution.