GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::Plugin::DefaultEnd(3) User Contributed Perl Documentation Catalyst::Plugin::DefaultEnd(3)

Catalyst::Plugin::DefaultEnd - DEPRECATED Sensible default end action.

    use Catalyst qw/-Debug DefaultEnd/;

This module is deprecated, and should not be used in new applications.

Please use Catalyst::Action::RenderView instead. It is preserved here for backwards compatibility reasons.

This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass dump_info=1 to the url in order to force a debug screen, while in debug mode.

If you have more than 1 view, you can specify which one to use with the 'view' config setting.

end
The default end action, you can override this as required in your application class, normal inheritance applies.

Marcus Ramberg <marcus@thefeed.no>

Copyright (c) 2005 - 2009 the Catalyst::Plugin::DefaultEnd "AUTHOR" as listed above.

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.