NAME
Blosxom::Plugin::Web - Core set of Blosxom::Plugin modules
SYNOPSIS
# In your plugins
use parent 'Blosxom::Plugin::Web';
DESCRIPTION
This class just loads various components that make up the Blosxom::Plugin core features. You almost certainly want these.
The core components currently are:
METHODS
This class inherits all methods from Blosxom::Plugin and implements the following new ones.
- $class->response, $class->res
-
Returns a Blosxom::Plugin::Web::Response object.
- $class->request, $class->req
-
Returns a Blosxom::Plugin::Web::Request object.
- $class->util
-
Deprecated.
- $class->get_data_section
- $class->merge_data_section_into
- $rendered = $class->render
-
Deprecated.
- $template = $class->get_template
-
Deprecated.
SEE ALSO
AUTHOR
Ryo Anazawa <anazawa@cpan.org>
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.