NAME
MasonX::ApacheHandler::WithCallbacks - (Deleted) Functional and object-oriented Mason callback architecture
SYNOPSIS
This module no longer works and has been deleted. It has been replaced with MasonX::Interp::WithCallbacks, which allows callbacks to be executed outside of a mod_perl environment as well as inside mod_perl.
DESCRIPTION
This module has been deleted and older versions removed from CPAN. Please use MasonX::Interp::WithCallbacks, instead.
MasonX::ApacheHandler::WithCallbacks was a first stab at designing a parameter-triggered callback architecture, and I soon realized that it could be generalized not only for other templating systems, but also for all of Mason, not just Mason running under ApacheHandler. Thus I abstracted out the callback handling code to Params::CallbackRequest|Params::CallbackRequest
, and developed MasonX::Interp::WithCallbacks to replace MasonX::ApacheHandler::WithCallbacks. MasonX::CallbackHandler was replaced with Params::Callback, and MasonX::CallbackTester has been eliminated altogether.
If you wish to find a copy of this module, please look on the BackPAN historical CPAN archive. http://history.perl.org/backpan/
AUTHOR
David Wheeler <david@wheeler.net>
COPYRIGHT AND LICENSE
Copyright 2003 by David Wheeler
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.