| CatalystX-Controller-Sugar-ActionPack documentation | view source | Contained in the CatalystX-Controller-Sugar-ActionPack distribution. |
CatalystX::Controller::Sugar::ActionPack - Cx::C::Sugar plugins
0.0401
This distribution is a collection of CatalystX::Controller::Sugar plugins.
This module acts as a default handler for a controller. It will either
server a file by its best knowledge or do go('/error', ["not_found"]).
This plugin should be injected into the Root controller, or a controller with namespace set to "" (empty string). It provides something similar to Catalyst::Action::RenderView.
Used to server custom error pages, which the webapp dispatch to.
Provides an action which can serve multiple files in one request. The reason for this is easier maintenance of css and js files, while having less request to the web server.
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
Jan Henning Thorsen - jhthorsen -at- cpan.org
| CatalystX-Controller-Sugar-ActionPack documentation | view source | Contained in the CatalystX-Controller-Sugar-ActionPack distribution. |