Dave Rolsky > HTML-Mason > HTML::Mason::Plugin::Context

Download:
HTML-Mason-1.42.tar.gz

Annotate this POD

CPAN RT

New  3
Open  5
View Bugs
Report a bug
Source  

NAME ^

HTML::Mason::Plugin::Context - encapsulates arguments passed to plugin methods

DESCRIPTION ^

This file defines the minimalist context classes that are instantiated whenever a plugin hook is called. See HTML::Mason::Plugin for documentation about plugins.

For efficiency these objects have no new() method - they are created and blessed by hand inside HTML::Mason::Request just before they are used.