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

NAME

Egg::Dispatch - A dispatch base module for Egg.

DESCRIPTION

This module is a base class of dispatch.

The dispatch of the project side is read by the setup and ISA is adjusted.

Standard dispatch of Egg::Release-1.00 is Egg::Dispatch::Runmode. This can be replaced with an original dispatch module.

When an original dispatch module is made, it is necessary to fill the following requirement.

  • _new

    Constructor in name with under bar.

    * It is called from Egg::Engine by this name.

  • Succession of Egg::Dispatch

    Processing at least common to the setup can be used.

  • _start

    To process prior, dispatch is called from Egg::Engine.

  • _action

    To process the favorite of dispatch, it is called from Egg::Engine

  • _finish

    To postprocess dispatch, it is called from Egg::Engine.

  • Definition of $e->action

    The hint to call the template chiefly is expected of the thing defined if possible at the stage of '_action'.

It makes it to Houdai now.

Please teach by all means when wonderful Dipatti is completed.

SEE ALSO

Egg::Release,

AUTHOR

Masatoshi Mizuno <mizuno@bomcity.com>

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.